|
LUSID C# SDK
|
The delete accounts response More...

Public Member Functions | |
| DeleteAccountsResponse (ModelVersion varVersion=default(ModelVersion), List< string > accountIds=default(List< string >), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the DeleteAccountsResponse 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 (DeleteAccountsResponse input) |
| Returns true if DeleteAccountsResponse instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| ModelVersion | VarVersion [get, set] |
| Gets or Sets VarVersion More... | |
| List< string > | AccountIds [get, set] |
| The Accounts which have been soft/hard deleted. More... | |
| List< Link > | Links [get, set] |
| Gets or Sets Links More... | |
The delete accounts response
|
inline |
Initializes a new instance of the DeleteAccountsResponse class.
| varVersion | varVersion. |
| accountIds | The Accounts which have been soft/hard deleted.. |
| links | links. |
|
inline |
Returns true if DeleteAccountsResponse instances are equal
| input | Instance of DeleteAccountsResponse to be compared |
|
inline |
Returns true if objects are equal
| input | Object 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 |
The Accounts which have been soft/hard deleted.
The Accounts which have been soft/hard deleted.
|
getset |
Gets or Sets Links
|
getset |
Gets or Sets VarVersion