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

AllocationServiceRunResponse More...

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

Public Member Functions

 AllocationServiceRunResponse (List< ResourceId > values=default(List< ResourceId >), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >))
 Initializes a new instance of the AllocationServiceRunResponse 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 (AllocationServiceRunResponse input)
 Returns true if AllocationServiceRunResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< ResourceIdValues [get, set]
 Gets or Sets Values More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 Gets or Sets Failed More...
 

Detailed Description

AllocationServiceRunResponse

Constructor & Destructor Documentation

◆ AllocationServiceRunResponse()

Lusid.Sdk.Model.AllocationServiceRunResponse.AllocationServiceRunResponse ( List< ResourceId values = default(List<ResourceId>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>) 
)
inline

Initializes a new instance of the AllocationServiceRunResponse class.

Parameters
valuesvalues.
failedfailed.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AllocationServiceRunResponse instances are equal

Parameters
inputInstance of AllocationServiceRunResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.AllocationServiceRunResponse.Failed
getset

Gets or Sets Failed

◆ Values

List<ResourceId> Lusid.Sdk.Model.AllocationServiceRunResponse.Values
getset

Gets or Sets Values


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