Class ServiceInstancePreviousValues
- Namespace
- OpenServiceBroker.Instances
- Assembly
- OpenServiceBroker.Model.dll
Information about a Service Instance prior to the update.
public class ServiceInstancePreviousValues : IEquatable<ServiceInstancePreviousValues>
- Inheritance
-
ServiceInstancePreviousValues
- Implements
- Inherited Members
- Extension Methods
Properties
OrganizationId
[JsonProperty("organization_id")]
[Obsolete("Deprecated as it was redundant information")]
public string OrganizationId { get; set; }
Property Value
PlanId
If present, it MUST be the ID of the plan prior to the update.
[JsonProperty("plan_id")]
public string PlanId { get; set; }
Property Value
ServiceId
[JsonProperty("service_id")]
[Obsolete("Deprecated; determined to be unnecessary as the value is immutable")]
public string ServiceId { get; set; }
Property Value
SpaceId
[JsonProperty("space_id")]
[Obsolete("Deprecated as it was redundant information")]
public string SpaceId { get; set; }
Property Value
Methods
Equals(ServiceInstancePreviousValues)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ServiceInstancePreviousValues other)
Parameters
other
ServiceInstancePreviousValuesAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.