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

BatchUpsertPropertyDefinitionPropertiesResponse More...

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

Public Member Functions

 BatchUpsertPropertyDefinitionPropertiesResponse (Dictionary< string, Property > values=default(Dictionary< string, 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 BatchUpsertPropertyDefinitionPropertiesResponse 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 (BatchUpsertPropertyDefinitionPropertiesResponse input)
 Returns true if BatchUpsertPropertyDefinitionPropertiesResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, PropertyValues [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

BatchUpsertPropertyDefinitionPropertiesResponse

Constructor & Destructor Documentation

◆ BatchUpsertPropertyDefinitionPropertiesResponse() [1/2]

Lusid.Sdk.Model.BatchUpsertPropertyDefinitionPropertiesResponse.BatchUpsertPropertyDefinitionPropertiesResponse ( )
inlineprotected

Initializes a new instance of the BatchUpsertPropertyDefinitionPropertiesResponse class.

◆ BatchUpsertPropertyDefinitionPropertiesResponse() [2/2]

Lusid.Sdk.Model.BatchUpsertPropertyDefinitionPropertiesResponse.BatchUpsertPropertyDefinitionPropertiesResponse ( Dictionary< string, Property values = default(Dictionary<string, 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 BatchUpsertPropertyDefinitionPropertiesResponse 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.BatchUpsertPropertyDefinitionPropertiesResponse.Equals ( BatchUpsertPropertyDefinitionPropertiesResponse  input)
inline

Returns true if BatchUpsertPropertyDefinitionPropertiesResponse instances are equal

Parameters
inputInstance of BatchUpsertPropertyDefinitionPropertiesResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtDate

DateTimeOffset Lusid.Sdk.Model.BatchUpsertPropertyDefinitionPropertiesResponse.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.BatchUpsertPropertyDefinitionPropertiesResponse.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.BatchUpsertPropertyDefinitionPropertiesResponse.Links
getset

Gets or Sets Links

◆ Values

Dictionary<string, Property> Lusid.Sdk.Model.BatchUpsertPropertyDefinitionPropertiesResponse.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: