Show / Hide Table of Contents

Class UpdateDimensionPropertiesRequest

Updates properties of dimensions within the specified range.

Inheritance
System.Object
UpdateDimensionPropertiesRequest
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class UpdateDimensionPropertiesRequest : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Fields

The fields that should be updated. At least one field must be specified. The root properties is implied and should not be specified. A single "*" can be used as short-hand for listing every field.

Declaration
public virtual object Fields { get; set; }
Property Value
Type Description
System.Object

Properties

Properties to update.

Declaration
public virtual DimensionProperties Properties { get; set; }
Property Value
Type Description
DimensionProperties

Range

The rows or columns to update.

Declaration
public virtual DimensionRange Range { get; set; }
Property Value
Type Description
DimensionRange

Implements

IDirectResponseSchema
Back to top