Show / Hide Table of Contents

Class RefreshDataSourceObjectExecutionStatus

The execution status of refreshing one data source object.

Inheritance
object
RefreshDataSourceObjectExecutionStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX