Show / Hide Table of Contents

Class CancelDataSourceRefreshStatus

The status of cancelling a single data source object refresh.

Inheritance
object
CancelDataSourceRefreshStatus
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX