LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.GetSubscriptionResponse Class Reference

The response to a singular subscription read. There is deliberately no failure block on this type: every route returning it is a singular (or list-of-singular) read, never a batch keyed lookup, so there is no per-key error to report - an invalid entity is rejected at upsert and a failed read fails the whole request. The IGetResponse batch members below throw for the same reason; do not reintroduce a Failed property when copying this shape. More...

Inheritance diagram for Lusid.Sdk.Model.GetSubscriptionResponse:
Inheritance graph
[legend]

Public Member Functions

 GetSubscriptionResponse (string href=default(string), SubscriptionDefinition value=default(SubscriptionDefinition), List< Link > links=default(List< Link >))
 Initializes a new instance of the GetSubscriptionResponse class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (GetSubscriptionResponse input)
 Returns true if GetSubscriptionResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Href [get, set]
 Gets or Sets Href More...
 
SubscriptionDefinition Value [get, set]
 Gets or Sets Value More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

The response to a singular subscription read. There is deliberately no failure block on this type: every route returning it is a singular (or list-of-singular) read, never a batch keyed lookup, so there is no per-key error to report - an invalid entity is rejected at upsert and a failed read fails the whole request. The IGetResponse batch members below throw for the same reason; do not reintroduce a Failed property when copying this shape.

Constructor & Destructor Documentation

◆ GetSubscriptionResponse()

Lusid.Sdk.Model.GetSubscriptionResponse.GetSubscriptionResponse ( string  href = default(string),
SubscriptionDefinition  value = default(SubscriptionDefinition),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the GetSubscriptionResponse class.

Parameters
hrefhref.
valuevalue.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.GetSubscriptionResponse.Equals ( GetSubscriptionResponse  input)
inline

Returns true if GetSubscriptionResponse instances are equal

Parameters
inputInstance of GetSubscriptionResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.GetSubscriptionResponse.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.GetSubscriptionResponse.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.GetSubscriptionResponse.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.GetSubscriptionResponse.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.GetSubscriptionResponse.Href
getset

Gets or Sets Href

◆ Links

List<Link> Lusid.Sdk.Model.GetSubscriptionResponse.Links
getset

Gets or Sets Links

◆ Value

SubscriptionDefinition Lusid.Sdk.Model.GetSubscriptionResponse.Value
getset

Gets or Sets Value


The documentation for this class was generated from the following file: