Class UpdateDataSourceResponse
The response from updating data source.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class UpdateDataSourceResponse : IDirectResponseSchema
Properties
DataExecutionStatus
The data execution status.
Declaration
[JsonProperty("dataExecutionStatus")]
public virtual DataExecutionStatus DataExecutionStatus { get; set; }
Property Value
Type | Description |
---|---|
DataExecutionStatus |
DataSource
The updated data source.
Declaration
[JsonProperty("dataSource")]
public virtual DataSource DataSource { get; set; }
Property Value
Type | Description |
---|---|
DataSource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |