Show / Hide Table of Contents

Class CancelDataSourceRefreshResponse

The response from cancelling one or multiple data source object refreshes.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX