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

BatchUpsertDatesForCalendarResponse More...

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

Public Member Functions

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

Properties

Dictionary< string, CalendarDateValues [get, set]
 The dates which have been successfully upserted. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 The dates that could not be upserted along with a reason for their failure. More...
 
Dictionary< string, List< ResponseMetaData > > Metadata [get, set]
 Contains warnings related to the upserted dates More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

BatchUpsertDatesForCalendarResponse

Constructor & Destructor Documentation

◆ BatchUpsertDatesForCalendarResponse()

Lusid.Sdk.Model.BatchUpsertDatesForCalendarResponse.BatchUpsertDatesForCalendarResponse ( Dictionary< string, CalendarDate values = default(Dictionary<string, CalendarDate>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
Dictionary< string, List< ResponseMetaData >>  metadata = default(Dictionary<string, List<ResponseMetaData>>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the BatchUpsertDatesForCalendarResponse class.

Parameters
valuesThe dates which have been successfully upserted..
failedThe dates that could not be upserted along with a reason for their failure..
metadataContains warnings related to the upserted dates.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchUpsertDatesForCalendarResponse instances are equal

Parameters
inputInstance of BatchUpsertDatesForCalendarResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

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

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

◆ Links

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

Gets or Sets Links

◆ Metadata

Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.BatchUpsertDatesForCalendarResponse.Metadata
getset

Contains warnings related to the upserted dates

Contains warnings related to the upserted dates

◆ Values

Dictionary<string, CalendarDate> Lusid.Sdk.Model.BatchUpsertDatesForCalendarResponse.Values
getset

The dates which have been successfully upserted.

The dates which have been successfully upserted.


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