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

ReferenceListResponse More...

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

Public Member Functions

 ReferenceListResponse (ResourceId id=default(ResourceId), string name=default(string), string description=default(string), List< string > tags=default(List< string >), ReferenceList referenceList=default(ReferenceList), ModelVersion version=default(ModelVersion), List< Link > links=default(List< Link >))
 Initializes a new instance of the ReferenceListResponse 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 (ReferenceListResponse input)
 Returns true if ReferenceListResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 ReferenceListResponse ()
 Initializes a new instance of the ReferenceListResponse class. More...
 

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
string Name [get, set]
 The name of the reference list. More...
 
string Description [get, set]
 The description of the reference list. More...
 
List< string > Tags [get, set]
 The tags associated with the reference list. More...
 
ReferenceList ReferenceList [get, set]
 Gets or Sets ReferenceList More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

ReferenceListResponse

Constructor & Destructor Documentation

◆ ReferenceListResponse() [1/2]

Lusid.Sdk.Model.ReferenceListResponse.ReferenceListResponse ( )
inlineprotected

Initializes a new instance of the ReferenceListResponse class.

◆ ReferenceListResponse() [2/2]

Lusid.Sdk.Model.ReferenceListResponse.ReferenceListResponse ( ResourceId  id = default(ResourceId),
string  name = default(string),
string  description = default(string),
List< string >  tags = default(List<string>),
ReferenceList  referenceList = default(ReferenceList),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the ReferenceListResponse class.

Parameters
idid (required).
nameThe name of the reference list. (required).
descriptionThe description of the reference list..
tagsThe tags associated with the reference list..
referenceListreferenceList (required).
versionversion (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReferenceListResponse instances are equal

Parameters
inputInstance of ReferenceListResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.ReferenceListResponse._Version
getset

Gets or Sets _Version

◆ Description

string Lusid.Sdk.Model.ReferenceListResponse.Description
getset

The description of the reference list.

The description of the reference list.

◆ Id

ResourceId Lusid.Sdk.Model.ReferenceListResponse.Id
getset

Gets or Sets Id

◆ Links

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

Gets or Sets Links

◆ Name

string Lusid.Sdk.Model.ReferenceListResponse.Name
getset

The name of the reference list.

The name of the reference list.

◆ ReferenceList

ReferenceList Lusid.Sdk.Model.ReferenceListResponse.ReferenceList
getset

Gets or Sets ReferenceList

◆ Tags

List<string> Lusid.Sdk.Model.ReferenceListResponse.Tags
getset

The tags associated with the reference list.

The tags associated with the reference list.


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