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

BatchUpsertInstrumentPropertiesResponse More...

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

Public Member Functions

 BatchUpsertInstrumentPropertiesResponse (Dictionary< string, List< Property >> values=default(Dictionary< string, List< Property >>), Dictionary< string, ErrorDetail > failed=default(Dictionary< string, ErrorDetail >), DateTimeOffset asAtDate=default(DateTimeOffset), List< Link > links=default(List< Link >))
 Initializes a new instance of the BatchUpsertInstrumentPropertiesResponse 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 (BatchUpsertInstrumentPropertiesResponse input)
 Returns true if BatchUpsertInstrumentPropertiesResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 BatchUpsertInstrumentPropertiesResponse ()
 Initializes a new instance of the BatchUpsertInstrumentPropertiesResponse class. More...
 

Properties

Dictionary< string, List< Property > > Values [get, set]
 The properties that have been successfully upserted More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The properties that could not be upserted along with a reason for their failure. More...
 
DateTimeOffset AsAtDate [get, set]
 The as-at datetime at which properties were created or updated. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

BatchUpsertInstrumentPropertiesResponse

Constructor & Destructor Documentation

◆ BatchUpsertInstrumentPropertiesResponse() [1/2]

Lusid.Sdk.Model.BatchUpsertInstrumentPropertiesResponse.BatchUpsertInstrumentPropertiesResponse ( )
inlineprotected

Initializes a new instance of the BatchUpsertInstrumentPropertiesResponse class.

◆ BatchUpsertInstrumentPropertiesResponse() [2/2]

Lusid.Sdk.Model.BatchUpsertInstrumentPropertiesResponse.BatchUpsertInstrumentPropertiesResponse ( Dictionary< string, List< Property >>  values = default(Dictionary<string, List<Property>>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
DateTimeOffset  asAtDate = default(DateTimeOffset),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the BatchUpsertInstrumentPropertiesResponse class.

Parameters
valuesThe properties that have been successfully upserted (required).
failedThe properties that could not be upserted along with a reason for their failure. (required).
asAtDateThe as-at datetime at which properties were created or updated. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchUpsertInstrumentPropertiesResponse instances are equal

Parameters
inputInstance of BatchUpsertInstrumentPropertiesResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtDate

DateTimeOffset Lusid.Sdk.Model.BatchUpsertInstrumentPropertiesResponse.AsAtDate
getset

The as-at datetime at which properties were created or updated.

The as-at datetime at which properties were created or updated.

◆ Failed

Dictionary<string, ErrorDetail> Lusid.Sdk.Model.BatchUpsertInstrumentPropertiesResponse.Failed
getset

The properties that could not be upserted along with a reason for their failure.

The properties that could not be upserted along with a reason for their failure.

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, List<Property> > Lusid.Sdk.Model.BatchUpsertInstrumentPropertiesResponse.Values
getset

The properties that have been successfully upserted

The properties that have been successfully upserted


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