Class Response
A single response from an update.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class Response : IDirectResponseSchema
Properties
AddBanding
A reply from adding a banded range.
Declaration
[JsonProperty("addBanding")]
public virtual AddBandingResponse AddBanding { get; set; }
Property Value
Type | Description |
---|---|
AddBandingResponse |
AddChart
A reply from adding a chart.
Declaration
[JsonProperty("addChart")]
public virtual AddChartResponse AddChart { get; set; }
Property Value
Type | Description |
---|---|
AddChartResponse |
AddDataSource
A reply from adding a data source.
Declaration
[JsonProperty("addDataSource")]
public virtual AddDataSourceResponse AddDataSource { get; set; }
Property Value
Type | Description |
---|---|
AddDataSourceResponse |
AddDimensionGroup
A reply from adding a dimension group.
Declaration
[JsonProperty("addDimensionGroup")]
public virtual AddDimensionGroupResponse AddDimensionGroup { get; set; }
Property Value
Type | Description |
---|---|
AddDimensionGroupResponse |
AddFilterView
A reply from adding a filter view.
Declaration
[JsonProperty("addFilterView")]
public virtual AddFilterViewResponse AddFilterView { get; set; }
Property Value
Type | Description |
---|---|
AddFilterViewResponse |
AddNamedRange
A reply from adding a named range.
Declaration
[JsonProperty("addNamedRange")]
public virtual AddNamedRangeResponse AddNamedRange { get; set; }
Property Value
Type | Description |
---|---|
AddNamedRangeResponse |
AddProtectedRange
A reply from adding a protected range.
Declaration
[JsonProperty("addProtectedRange")]
public virtual AddProtectedRangeResponse AddProtectedRange { get; set; }
Property Value
Type | Description |
---|---|
AddProtectedRangeResponse |
AddSheet
A reply from adding a sheet.
Declaration
[JsonProperty("addSheet")]
public virtual AddSheetResponse AddSheet { get; set; }
Property Value
Type | Description |
---|---|
AddSheetResponse |
AddSlicer
A reply from adding a slicer.
Declaration
[JsonProperty("addSlicer")]
public virtual AddSlicerResponse AddSlicer { get; set; }
Property Value
Type | Description |
---|---|
AddSlicerResponse |
CancelDataSourceRefresh
A reply from cancelling data source object refreshes.
Declaration
[JsonProperty("cancelDataSourceRefresh")]
public virtual CancelDataSourceRefreshResponse CancelDataSourceRefresh { get; set; }
Property Value
Type | Description |
---|---|
CancelDataSourceRefreshResponse |
CreateDeveloperMetadata
A reply from creating a developer metadata entry.
Declaration
[JsonProperty("createDeveloperMetadata")]
public virtual CreateDeveloperMetadataResponse CreateDeveloperMetadata { get; set; }
Property Value
Type | Description |
---|---|
CreateDeveloperMetadataResponse |
DeleteConditionalFormatRule
A reply from deleting a conditional format rule.
Declaration
[JsonProperty("deleteConditionalFormatRule")]
public virtual DeleteConditionalFormatRuleResponse DeleteConditionalFormatRule { get; set; }
Property Value
Type | Description |
---|---|
DeleteConditionalFormatRuleResponse |
DeleteDeveloperMetadata
A reply from deleting a developer metadata entry.
Declaration
[JsonProperty("deleteDeveloperMetadata")]
public virtual DeleteDeveloperMetadataResponse DeleteDeveloperMetadata { get; set; }
Property Value
Type | Description |
---|---|
DeleteDeveloperMetadataResponse |
DeleteDimensionGroup
A reply from deleting a dimension group.
Declaration
[JsonProperty("deleteDimensionGroup")]
public virtual DeleteDimensionGroupResponse DeleteDimensionGroup { get; set; }
Property Value
Type | Description |
---|---|
DeleteDimensionGroupResponse |
DeleteDuplicates
A reply from removing rows containing duplicate values.
Declaration
[JsonProperty("deleteDuplicates")]
public virtual DeleteDuplicatesResponse DeleteDuplicates { get; set; }
Property Value
Type | Description |
---|---|
DeleteDuplicatesResponse |
DuplicateFilterView
A reply from duplicating a filter view.
Declaration
[JsonProperty("duplicateFilterView")]
public virtual DuplicateFilterViewResponse DuplicateFilterView { get; set; }
Property Value
Type | Description |
---|---|
DuplicateFilterViewResponse |
DuplicateSheet
A reply from duplicating a sheet.
Declaration
[JsonProperty("duplicateSheet")]
public virtual DuplicateSheetResponse DuplicateSheet { get; set; }
Property Value
Type | Description |
---|---|
DuplicateSheetResponse |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FindReplace
A reply from doing a find/replace.
Declaration
[JsonProperty("findReplace")]
public virtual FindReplaceResponse FindReplace { get; set; }
Property Value
Type | Description |
---|---|
FindReplaceResponse |
RefreshDataSource
A reply from refreshing data source objects.
Declaration
[JsonProperty("refreshDataSource")]
public virtual RefreshDataSourceResponse RefreshDataSource { get; set; }
Property Value
Type | Description |
---|---|
RefreshDataSourceResponse |
TrimWhitespace
A reply from trimming whitespace.
Declaration
[JsonProperty("trimWhitespace")]
public virtual TrimWhitespaceResponse TrimWhitespace { get; set; }
Property Value
Type | Description |
---|---|
TrimWhitespaceResponse |
UpdateConditionalFormatRule
A reply from updating a conditional format rule.
Declaration
[JsonProperty("updateConditionalFormatRule")]
public virtual UpdateConditionalFormatRuleResponse UpdateConditionalFormatRule { get; set; }
Property Value
Type | Description |
---|---|
UpdateConditionalFormatRuleResponse |
UpdateDataSource
A reply from updating a data source.
Declaration
[JsonProperty("updateDataSource")]
public virtual UpdateDataSourceResponse UpdateDataSource { get; set; }
Property Value
Type | Description |
---|---|
UpdateDataSourceResponse |
UpdateDeveloperMetadata
A reply from updating a developer metadata entry.
Declaration
[JsonProperty("updateDeveloperMetadata")]
public virtual UpdateDeveloperMetadataResponse UpdateDeveloperMetadata { get; set; }
Property Value
Type | Description |
---|---|
UpdateDeveloperMetadataResponse |
UpdateEmbeddedObjectPosition
A reply from updating an embedded object's position.
Declaration
[JsonProperty("updateEmbeddedObjectPosition")]
public virtual UpdateEmbeddedObjectPositionResponse UpdateEmbeddedObjectPosition { get; set; }
Property Value
Type | Description |
---|---|
UpdateEmbeddedObjectPositionResponse |