|
LUSID C# SDK
|
Response from upserting Returns More...

Public Member Functions | |
| UpsertReturnsResponse (Version version=default(Version), string href=default(string), List< Dictionary< string, DateTimeOffset >> values=default(List< Dictionary< string, DateTimeOffset >>), List< Dictionary< string, ErrorDetail >> failed=default(List< Dictionary< string, ErrorDetail >>), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the UpsertReturnsResponse 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 (UpsertReturnsResponse input) |
| Returns true if UpsertReturnsResponse instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| UpsertReturnsResponse () | |
| Initializes a new instance of the UpsertReturnsResponse class. More... | |
Properties | |
| Version | Version [get, set] |
| Gets or Sets Version More... | |
| string | Href [get, set] |
| The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More... | |
| List< Dictionary< string, DateTimeOffset > > | Values [get, set] |
| The set of values that were successfully retrieved. More... | |
| List< Dictionary< string, ErrorDetail > > | Failed [get, set] |
| The set of values that could not be retrieved due along with a reason for this, e.g badly formed request. More... | |
| List< Link > | Links [get, set] |
| Collection of links. More... | |
Response from upserting Returns
|
inlineprotected |
Initializes a new instance of the UpsertReturnsResponse class.
|
inline |
Initializes a new instance of the UpsertReturnsResponse class.
| version | version (required). |
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| values | The set of values that were successfully retrieved.. |
| failed | The set of values that could not be retrieved due along with a reason for this, e.g badly formed request.. |
| links | Collection of links.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if UpsertReturnsResponse instances are equal
| input | Instance of UpsertReturnsResponse to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The set of values that could not be retrieved due along with a reason for this, e.g badly formed request.
The set of values that could not be retrieved due along with a reason for this, e.g badly formed request.
|
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.
|
getset |
Collection of links.
Collection of links.
|
getset |
The set of values that were successfully retrieved.
The set of values that were successfully retrieved.
1.8.13