Class RefreshDataSourceObjectExecutionStatus
The execution status of refreshing one data source object.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class RefreshDataSourceObjectExecutionStatus : IDirectResponseSchema
Properties
DataExecutionStatus
The data execution status.
Declaration
[JsonProperty("dataExecutionStatus")]
public virtual DataExecutionStatus DataExecutionStatus { get; set; }
Property Value
Type | Description |
---|---|
DataExecutionStatus |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reference
Reference to a data source object being refreshed.
Declaration
[JsonProperty("reference")]
public virtual DataSourceObjectReference Reference { get; set; }
Property Value
Type | Description |
---|---|
DataSourceObjectReference |