UpsertPersonsResponse
More...
|
| Dictionary< string, Person > | Values [get, set] |
| | The Person(s) that have been successfully upserted More...
|
| |
| Dictionary< string, ErrorDetail > | Failed [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< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ UpsertPersonsResponse() [1/2]
| Lusid.Sdk.Model.UpsertPersonsResponse.UpsertPersonsResponse |
( |
| ) |
|
|
inlineprotected |
◆ 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
-
| values | The Person(s) that have been successfully upserted (required). |
| failed | The Person(s) that could not be upserted along with a reason for their failure. (required). |
| asAtDate | The as-at datetime at which Person(s) were created or updated. (required). |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpsertPersonsResponse.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ 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
◆ 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 |
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/UpsertPersonsResponse.cs