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

A request to upsert an address key alias. More...

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

Public Member Functions

 UpsertAddressKeyAliasRequest (AddressKeyAlias addressKeyAlias=default(AddressKeyAlias))
 Initializes a new instance of the UpsertAddressKeyAliasRequest 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 (UpsertAddressKeyAliasRequest input)
 Returns true if UpsertAddressKeyAliasRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

AddressKeyAlias AddressKeyAlias [get, set]
 Gets or Sets AddressKeyAlias More...
 

Detailed Description

A request to upsert an address key alias.

Constructor & Destructor Documentation

◆ UpsertAddressKeyAliasRequest()

Lusid.Sdk.Model.UpsertAddressKeyAliasRequest.UpsertAddressKeyAliasRequest ( AddressKeyAlias  addressKeyAlias = default(AddressKeyAlias))
inline

Initializes a new instance of the UpsertAddressKeyAliasRequest class.

Parameters
addressKeyAliasaddressKeyAlias.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertAddressKeyAliasRequest instances are equal

Parameters
inputInstance of UpsertAddressKeyAliasRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AddressKeyAlias

AddressKeyAlias Lusid.Sdk.Model.UpsertAddressKeyAliasRequest.AddressKeyAlias
getset

Gets or Sets AddressKeyAlias


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