|
LUSID C# SDK
|
The details of the structured unit result data item to upsert into Lusid. More...

Public Member Functions | |
| UpsertStructuredResultDataRequest (StructuredResultDataId id=default(StructuredResultDataId), StructuredResultData data=default(StructuredResultData)) | |
| Initializes a new instance of the UpsertStructuredResultDataRequest 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 (UpsertStructuredResultDataRequest input) |
| Returns true if UpsertStructuredResultDataRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| UpsertStructuredResultDataRequest () | |
| Initializes a new instance of the UpsertStructuredResultDataRequest class. More... | |
Properties | |
| StructuredResultDataId | Id [get, set] |
| Gets or Sets Id More... | |
| StructuredResultData | Data [get, set] |
| Gets or Sets Data More... | |
The details of the structured unit result data item to upsert into Lusid.
|
inlineprotected |
Initializes a new instance of the UpsertStructuredResultDataRequest class.
|
inline |
Initializes a new instance of the UpsertStructuredResultDataRequest class.
| id | id (required). |
| data | data. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if UpsertStructuredResultDataRequest instances are equal
| input | Instance of UpsertStructuredResultDataRequest 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 |
Gets or Sets Data
|
getset |
Gets or Sets Id