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

SweepBlocksResponse More...

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

Public Member Functions

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

Properties

Dictionary< string, ResourceIdValues [get, set]
 The identifiers of blocks which have been successfully swept, indexed by ephemeral request-lived id. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The identifiers of blocks that could not be swept, along with a reason for their failure. More...
 

Detailed Description

SweepBlocksResponse

Constructor & Destructor Documentation

◆ SweepBlocksResponse()

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

Initializes a new instance of the SweepBlocksResponse class.

Parameters
valuesThe identifiers of blocks which have been successfully swept, indexed by ephemeral request-lived id..
failedThe identifiers of blocks that could not be swept, along with a reason for their failure..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SweepBlocksResponse instances are equal

Parameters
inputInstance of SweepBlocksResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

The identifiers of blocks that could not be swept, along with a reason for their failure.

The identifiers of blocks that could not be swept, along with a reason for their failure.

◆ Values

Dictionary<string, ResourceId> Lusid.Sdk.Model.SweepBlocksResponse.Values
getset

The identifiers of blocks which have been successfully swept, indexed by ephemeral request-lived id.

The identifiers of blocks which have been successfully swept, indexed by ephemeral request-lived id.


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