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

Metadata related to an api response More...

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

Public Member Functions

 ResponseMetaData (string type=default(string), string description=default(string), string identifierType=default(string), List< string > identifiers=default(List< string >))
 Initializes a new instance of the ResponseMetaData 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 (ResponseMetaData input)
 Returns true if ResponseMetaData instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Type [get, set]
 The type of meta data information being provided More...
 
string Description [get, set]
 The description of what occured for this specific piece of meta data More...
 
string IdentifierType [get, set]
 The type of the listed identifiers More...
 
List< string > Identifiers [get, set]
 The related identifiers that were impacted by this event More...
 

Detailed Description

Metadata related to an api response

Constructor & Destructor Documentation

◆ ResponseMetaData()

Lusid.Sdk.Model.ResponseMetaData.ResponseMetaData ( string  type = default(string),
string  description = default(string),
string  identifierType = default(string),
List< string >  identifiers = default(List<string>) 
)
inline

Initializes a new instance of the ResponseMetaData class.

Parameters
typeThe type of meta data information being provided.
descriptionThe description of what occured for this specific piece of meta data.
identifierTypeThe type of the listed identifiers.
identifiersThe related identifiers that were impacted by this event.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ResponseMetaData instances are equal

Parameters
inputInstance of ResponseMetaData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.ResponseMetaData.Description
getset

The description of what occured for this specific piece of meta data

The description of what occured for this specific piece of meta data

◆ Identifiers

List<string> Lusid.Sdk.Model.ResponseMetaData.Identifiers
getset

The related identifiers that were impacted by this event

The related identifiers that were impacted by this event

◆ IdentifierType

string Lusid.Sdk.Model.ResponseMetaData.IdentifierType
getset

The type of the listed identifiers

The type of the listed identifiers

◆ Type

string Lusid.Sdk.Model.ResponseMetaData.Type
getset

The type of meta data information being provided

The type of meta data information being provided


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