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

UpsertPersonsResponse More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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

Detailed Description

UpsertPersonsResponse

Constructor & Destructor Documentation

◆ UpsertPersonsResponse() [1/2]

Lusid.Sdk.Model.UpsertPersonsResponse.UpsertPersonsResponse ( )
inlineprotected

Initializes a new instance of the UpsertPersonsResponse class.

◆ UpsertPersonsResponse() [2/2]

Lusid.Sdk.Model.UpsertPersonsResponse.UpsertPersonsResponse ( Dictionary< string, Person values = default(Dictionary<string, Person>),
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 UpsertPersonsResponse class.

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

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertPersonsResponse instances are equal

Parameters
inputInstance of UpsertPersonsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAtDate

DateTimeOffset Lusid.Sdk.Model.UpsertPersonsResponse.AsAtDate
getset

The as-at datetime at which Person(s) were created or updated.

The as-at datetime at which Person(s) were created or updated.

◆ Failed

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

The Person(s) that could not be upserted along with a reason for their failure.

The Person(s) that could not be upserted along with a reason for their failure.

◆ Links

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

Gets or Sets Links

◆ Values

Dictionary<string, Person> Lusid.Sdk.Model.UpsertPersonsResponse.Values
getset

The Person(s) that have been successfully upserted

The Person(s) that have been successfully upserted


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