Response from upserting structured data document
More...
|
| string | Href [get, set] |
| | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
|
| |
| Dictionary< string, DateTimeOffset > | Values [get, set] |
| | The set of values that were successfully retrieved. More...
|
| |
| 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] |
| | Gets or Sets Links More...
|
| |
Response from upserting structured data document
◆ UpsertStructuredDataResponse()
| Lusid.Sdk.Model.UpsertStructuredDataResponse.UpsertStructuredDataResponse |
( |
string |
href = default(string), |
|
|
Dictionary< string, DateTimeOffset > |
values = default(Dictionary<string, DateTimeOffset>), |
|
|
Dictionary< string, ErrorDetail > |
failed = default(Dictionary<string, ErrorDetail>), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the UpsertStructuredDataResponse class.
- Parameters
-
| 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 | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpsertStructuredDataResponse.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.UpsertStructuredDataResponse.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.UpsertStructuredDataResponse.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.UpsertStructuredDataResponse.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Failed
| Dictionary<string, ErrorDetail> Lusid.Sdk.Model.UpsertStructuredDataResponse.Failed |
|
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.
◆ Href
| string Lusid.Sdk.Model.UpsertStructuredDataResponse.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.
◆ Links
| List<Link> Lusid.Sdk.Model.UpsertStructuredDataResponse.Links |
|
getset |
◆ Values
| Dictionary<string, DateTimeOffset> Lusid.Sdk.Model.UpsertStructuredDataResponse.Values |
|
getset |
The set of values that were successfully retrieved.
The set of values that were successfully retrieved.
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/UpsertStructuredDataResponse.cs