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

ReferenceListRequest More...

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

Public Member Functions

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

Protected Member Functions

 ReferenceListRequest ()
 Initializes a new instance of the ReferenceListRequest 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...
 

Detailed Description

ReferenceListRequest

Constructor & Destructor Documentation

◆ ReferenceListRequest() [1/2]

Lusid.Sdk.Model.ReferenceListRequest.ReferenceListRequest ( )
inlineprotected

Initializes a new instance of the ReferenceListRequest class.

◆ ReferenceListRequest() [2/2]

Lusid.Sdk.Model.ReferenceListRequest.ReferenceListRequest ( ResourceId  id = default(ResourceId),
string  name = default(string),
string  description = default(string),
List< string >  tags = default(List<string>),
ReferenceList  referenceList = default(ReferenceList) 
)
inline

Initializes a new instance of the ReferenceListRequest 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).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReferenceListRequest instances are equal

Parameters
inputInstance of ReferenceListRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.ReferenceListRequest.Description
getset

The description of the reference list.

The description of the reference list.

◆ Id

ResourceId Lusid.Sdk.Model.ReferenceListRequest.Id
getset

Gets or Sets Id

◆ Name

string Lusid.Sdk.Model.ReferenceListRequest.Name
getset

The name of the reference list.

The name of the reference list.

◆ ReferenceList

ReferenceList Lusid.Sdk.Model.ReferenceListRequest.ReferenceList
getset

Gets or Sets ReferenceList

◆ Tags

List<string> Lusid.Sdk.Model.ReferenceListRequest.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: