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

The delete custodian accounts response More...

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

Public Member Functions

 DeleteCustodianAccountsResponse (ModelVersion version=default(ModelVersion), List< ResourceId > custodianAccountIds=default(List< ResourceId >), List< Link > links=default(List< Link >))
 Initializes a new instance of the DeleteCustodianAccountsResponse 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 (DeleteCustodianAccountsResponse input)
 Returns true if DeleteCustodianAccountsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< ResourceIdCustodianAccountIds [get, set]
 The Custodian Accounts which have been soft/hard deleted. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

The delete custodian accounts response

Constructor & Destructor Documentation

◆ DeleteCustodianAccountsResponse()

Lusid.Sdk.Model.DeleteCustodianAccountsResponse.DeleteCustodianAccountsResponse ( ModelVersion  version = default(ModelVersion),
List< ResourceId custodianAccountIds = default(List<ResourceId>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the DeleteCustodianAccountsResponse class.

Parameters
versionversion.
custodianAccountIdsThe Custodian Accounts which have been soft/hard deleted..
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DeleteCustodianAccountsResponse instances are equal

Parameters
inputInstance of DeleteCustodianAccountsResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.DeleteCustodianAccountsResponse._Version
getset

Gets or Sets _Version

◆ CustodianAccountIds

List<ResourceId> Lusid.Sdk.Model.DeleteCustodianAccountsResponse.CustodianAccountIds
getset

The Custodian Accounts which have been soft/hard deleted.

The Custodian Accounts which have been soft/hard deleted.

◆ Links

List<Link> Lusid.Sdk.Model.DeleteCustodianAccountsResponse.Links
getset

Gets or Sets Links


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