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

A collection of resources that can be returned from requests. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< ProcessedCommandValues [get, set]
 The resources to list. More...
 
string Href [get, set]
 The URI of the resource list. More...
 
List< LinkLinks [get, set]
 Collection of links. More...
 
string NextPage [get, set]
 The next page of results. More...
 
string PreviousPage [get, set]
 The previous page of results. More...
 

Detailed Description

A collection of resources that can be returned from requests.

Constructor & Destructor Documentation

◆ ResourceListOfProcessedCommand() [1/2]

Lusid.Sdk.Model.ResourceListOfProcessedCommand.ResourceListOfProcessedCommand ( )
inlineprotected

Initializes a new instance of the ResourceListOfProcessedCommand class.

◆ ResourceListOfProcessedCommand() [2/2]

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

Initializes a new instance of the ResourceListOfProcessedCommand class.

Parameters
valuesThe resources to list. (required).
hrefThe URI of the resource list..
linksCollection of links..
nextPageThe next page of results..
previousPageThe previous page of results..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResourceListOfProcessedCommand instances are equal

Parameters
inputInstance of ResourceListOfProcessedCommand to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Href

string Lusid.Sdk.Model.ResourceListOfProcessedCommand.Href
getset

The URI of the resource list.

The URI of the resource list.

◆ Links

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

Collection of links.

Collection of links.

◆ NextPage

string Lusid.Sdk.Model.ResourceListOfProcessedCommand.NextPage
getset

The next page of results.

The next page of results.

◆ PreviousPage

string Lusid.Sdk.Model.ResourceListOfProcessedCommand.PreviousPage
getset

The previous page of results.

The previous page of results.

◆ Values

List<ProcessedCommand> Lusid.Sdk.Model.ResourceListOfProcessedCommand.Values
getset

The resources to list.

The resources to list.


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