|
LUSID C# SDK
|
A request to sweep specified blocks. More...

Public Member Functions | |
| SweepBlocksRequest (Dictionary< string, ResourceId > blockIds=default(Dictionary< string, ResourceId >), string latestAllowableModificationTime=default(string)) | |
| Initializes a new instance of the SweepBlocksRequest 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 (SweepBlocksRequest input) |
| Returns true if SweepBlocksRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| SweepBlocksRequest () | |
| Initializes a new instance of the SweepBlocksRequest class. More... | |
Properties | |
| Dictionary< string, ResourceId > | BlockIds [get, set] |
| A dictionary mapping ephemeral identifiers, which live as long as the request, to specific blocks to sweep. More... | |
| string | LatestAllowableModificationTime [get, set] |
| Timestamp or cut label which the block or related entities must not have been updated after. More... | |
A request to sweep specified blocks.
|
inlineprotected |
Initializes a new instance of the SweepBlocksRequest class.
|
inline |
Initializes a new instance of the SweepBlocksRequest class.
| blockIds | A dictionary mapping ephemeral identifiers, which live as long as the request, to specific blocks to sweep. (required). |
| latestAllowableModificationTime | Timestamp or cut label which the block or related entities must not have been updated after. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if SweepBlocksRequest instances are equal
| input | Instance of SweepBlocksRequest to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
A dictionary mapping ephemeral identifiers, which live as long as the request, to specific blocks to sweep.
A dictionary mapping ephemeral identifiers, which live as long as the request, to specific blocks to sweep.
|
getset |
Timestamp or cut label which the block or related entities must not have been updated after.
Timestamp or cut label which the block or related entities must not have been updated after.