SweepBlocksResponse
More...
|
| Dictionary< string, ResourceId > | Values [get, set] |
| | The identifiers of blocks which have been successfully swept, indexed by ephemeral request-lived id. More...
|
| |
| Dictionary< string, ErrorDetail > | Failed [get, set] |
| | The identifiers of blocks that could not be swept, along with a reason for their failure. More...
|
| |
◆ 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
-
| values | The identifiers of blocks which have been successfully swept, indexed by ephemeral request-lived id.. |
| failed | The identifiers of blocks that could not be swept, along with a reason for their failure.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.SweepBlocksResponse.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ 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
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/SweepBlocksResponse.cs