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

PagedResourceListOfComplianceRuleResponse More...

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

Public Member Functions

 PagedResourceListOfComplianceRuleResponse (string nextPage=default(string), string previousPage=default(string), List< ComplianceRuleResponse > values=default(List< ComplianceRuleResponse >), string href=default(string), List< Link > links=default(List< Link >))
 Initializes a new instance of the PagedResourceListOfComplianceRuleResponse 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 (PagedResourceListOfComplianceRuleResponse input)
 Returns true if PagedResourceListOfComplianceRuleResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string NextPage [get, set]
 Gets or Sets NextPage More...
 
string PreviousPage [get, set]
 Gets or Sets PreviousPage More...
 
List< ComplianceRuleResponseValues [get, set]
 Gets or Sets Values More...
 
string Href [get, set]
 Gets or Sets Href More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

PagedResourceListOfComplianceRuleResponse

Constructor & Destructor Documentation

◆ PagedResourceListOfComplianceRuleResponse() [1/2]

Lusid.Sdk.Model.PagedResourceListOfComplianceRuleResponse.PagedResourceListOfComplianceRuleResponse ( )
inlineprotected

Initializes a new instance of the PagedResourceListOfComplianceRuleResponse class.

◆ PagedResourceListOfComplianceRuleResponse() [2/2]

Lusid.Sdk.Model.PagedResourceListOfComplianceRuleResponse.PagedResourceListOfComplianceRuleResponse ( string  nextPage = default(string),
string  previousPage = default(string),
List< ComplianceRuleResponse values = default(List<ComplianceRuleResponse>),
string  href = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the PagedResourceListOfComplianceRuleResponse class.

Parameters
nextPagenextPage.
previousPagepreviousPage.
valuesvalues (required).
hrefhref.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PagedResourceListOfComplianceRuleResponse instances are equal

Parameters
inputInstance of PagedResourceListOfComplianceRuleResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.PagedResourceListOfComplianceRuleResponse.Href
getset

Gets or Sets Href

◆ Links

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

Gets or Sets Links

◆ NextPage

string Lusid.Sdk.Model.PagedResourceListOfComplianceRuleResponse.NextPage
getset

Gets or Sets NextPage

◆ PreviousPage

string Lusid.Sdk.Model.PagedResourceListOfComplianceRuleResponse.PreviousPage
getset

Gets or Sets PreviousPage

◆ Values

List<ComplianceRuleResponse> Lusid.Sdk.Model.PagedResourceListOfComplianceRuleResponse.Values
getset

Gets or Sets Values


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