Show / Hide Table of Contents

Class RefreshDataSourceResponse

The response from refreshing one or multiple data source objects.

Inheritance
object
RefreshDataSourceResponse
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 RefreshDataSourceResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Statuses

All the refresh status for the data source object references specified in the request. If is_all is specified, the field contains only those in failure status.

Declaration
[JsonProperty("statuses")]
public virtual IList<RefreshDataSourceObjectExecutionStatus> Statuses { get; set; }
Property Value
Type Description
IList<RefreshDataSourceObjectExecutionStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX