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

BatchDeleteRelationalDataResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

Dictionary< string, string > Values [get, set]
 A list of data points that were successfully upserted. More...
 
Dictionary< string, ErrorDetailFailed [get, set]
 A list of data points that failed to be upserted, along with the associated error message. More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 

Detailed Description

BatchDeleteRelationalDataResponse

Constructor & Destructor Documentation

◆ BatchDeleteRelationalDataResponse() [1/2]

Lusid.Sdk.Model.BatchDeleteRelationalDataResponse.BatchDeleteRelationalDataResponse ( )
inlineprotected

Initializes a new instance of the BatchDeleteRelationalDataResponse class.

◆ BatchDeleteRelationalDataResponse() [2/2]

Lusid.Sdk.Model.BatchDeleteRelationalDataResponse.BatchDeleteRelationalDataResponse ( Dictionary< string, string >  values = default(Dictionary<string, string>),
Dictionary< string, ErrorDetail failed = default(Dictionary<string, ErrorDetail>),
string  href = default(string) 
)
inline

Initializes a new instance of the BatchDeleteRelationalDataResponse class.

Parameters
valuesA list of data points that were successfully upserted. (required).
failedA list of data points that failed to be upserted, along with the associated error message..
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BatchDeleteRelationalDataResponse instances are equal

Parameters
inputInstance of BatchDeleteRelationalDataResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Failed

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

A list of data points that failed to be upserted, along with the associated error message.

A list of data points that failed to be upserted, along with the associated error message.

◆ Href

string Lusid.Sdk.Model.BatchDeleteRelationalDataResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ Values

Dictionary<string, string> Lusid.Sdk.Model.BatchDeleteRelationalDataResponse.Values
getset

A list of data points that were successfully upserted.

A list of data points that were successfully upserted.


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