Class RetrieveRequestStatusResponse
Response from the RetrieveRequestStatusRequest.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class RetrieveRequestStatusResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestStatusPerDestination
A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.
Declaration
[JsonProperty("requestStatusPerDestination")]
public virtual IList<RequestStatusPerDestination> RequestStatusPerDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RequestStatusPerDestination> |