google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.DimensionProperties View Source
Properties about a dimension.
Attributes
- developerMetadata ([DeveloperMetadata]): The developer metadata associated with a single row or column. Defaults to:
null
. - hiddenByFilter (boolean()): True if this dimension is being filtered. This field is read-only. Defaults to:
null
. - hiddenByUser (boolean()): True if this dimension is explicitly hidden. Defaults to:
null
. - pixelSize (integer()): The height (if a row) or width (if a column) of the dimension in pixels. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.DimensionProperties{
developerMetadata: [GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()],
hiddenByFilter: any(),
hiddenByUser: any(),
pixelSize: any()
}
t() :: %GoogleApi.Sheets.V4.Model.DimensionProperties{ developerMetadata: [GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()], hiddenByFilter: any(), hiddenByUser: any(), pixelSize: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.