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

UpsertLegalEntityAccessMetadataRequest More...

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

Public Member Functions

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

Properties

List< AccessMetadataValueMetadata [get, set]
 The access control metadata to assign to a Legal Entity that matches the identifier More...
 

Detailed Description

UpsertLegalEntityAccessMetadataRequest

Constructor & Destructor Documentation

◆ UpsertLegalEntityAccessMetadataRequest()

Lusid.Sdk.Model.UpsertLegalEntityAccessMetadataRequest.UpsertLegalEntityAccessMetadataRequest ( List< AccessMetadataValue metadata = default(List<AccessMetadataValue>))
inline

Initializes a new instance of the UpsertLegalEntityAccessMetadataRequest class.

Parameters
metadataThe access control metadata to assign to a Legal Entity that matches the identifier.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertLegalEntityAccessMetadataRequest instances are equal

Parameters
inputInstance of UpsertLegalEntityAccessMetadataRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Metadata

List<AccessMetadataValue> Lusid.Sdk.Model.UpsertLegalEntityAccessMetadataRequest.Metadata
getset

The access control metadata to assign to a Legal Entity that matches the identifier

The access control metadata to assign to a Legal Entity that matches the identifier


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