Class CancelDataSourceRefreshStatus
The status of cancelling a single data source object refresh.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class CancelDataSourceRefreshStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reference
Reference to the data source object whose refresh is being cancelled.
Declaration
[JsonProperty("reference")]
public virtual DataSourceObjectReference Reference { get; set; }
Property Value
Type | Description |
---|---|
DataSourceObjectReference |
RefreshCancellationStatus
The cancellation status.
Declaration
[JsonProperty("refreshCancellationStatus")]
public virtual RefreshCancellationStatus RefreshCancellationStatus { get; set; }
Property Value
Type | Description |
---|---|
RefreshCancellationStatus |