FuelSDK-CSharp
|
ResultDetails - Represents details of the result object. More...
Properties | |
string | StatusCode [get, set] |
Gets or sets the status code. More... | |
string | StatusMessage [get, set] |
Gets or sets the status message. More... | |
int | OrdinalID [get, set] |
Gets or sets the ordinal identifier. More... | |
int | ErrorCode [get, set] |
Gets or sets the error code. More... | |
int | NewID [get, set] |
Gets or sets the new identifier. More... | |
string | NewObjectID [get, set] |
Gets or sets the new object identifier. More... | |
APIObject | Object [get, set] |
Gets or sets the object. More... | |
TaskResult | Task [get, set] |
Gets or sets the task. More... | |
ResultDetails - Represents details of the result object.
|
getset |
Gets or sets the error code.
The error code.
|
getset |
Gets or sets the new identifier.
The new identifier.
|
getset |
Gets or sets the new object identifier.
The new object identifier.
|
getset |
Gets or sets the object.
T:FuelSDK.APIObject object.
|
getset |
Gets or sets the ordinal identifier.
The ordinal identifier.
|
getset |
Gets or sets the status code.
The status code.
|
getset |
Gets or sets the status message.
The status message.
|
getset |
Gets or sets the task.
The task.