Class CancelDataSourceRefreshResponse
The response from cancelling one or multiple data source object refreshes.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class CancelDataSourceRefreshResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Statuses
The cancellation statuses of refreshes of all data source objects specified in the request. If is_all is
specified, the field contains only those in failure status. Refreshing and canceling refresh the same data
source object is also not allowed in the same batchUpdate
.
Declaration
[JsonProperty("statuses")]
public virtual IList<CancelDataSourceRefreshStatus> Statuses { get; set; }
Property Value
Type | Description |
---|---|
IList<CancelDataSourceRefreshStatus> |