GoogleApi.Sheets.V4.Model.DimensionProperties (google_api_sheets v0.25.2) View Source
Properties about a dimension.
Attributes
-
dataSourceColumnReference
(type:GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t
, default:nil
) - Output only. If set, this is a column in a data source sheet. -
developerMetadata
(type:list(GoogleApi.Sheets.V4.Model.DeveloperMetadata.t)
, default:nil
) - The developer metadata associated with a single row or column. -
hiddenByFilter
(type:boolean()
, default:nil
) - True if this dimension is being filtered. This field is read-only. -
hiddenByUser
(type:boolean()
, default:nil
) - True if this dimension is explicitly hidden. -
pixelSize
(type:integer()
, default:nil
) - The height (if a row) or width (if a column) of the dimension in pixels.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Sheets.V4.Model.DimensionProperties{ dataSourceColumnReference: GoogleApi.Sheets.V4.Model.DataSourceColumnReference.t(), developerMetadata: [GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()], hiddenByFilter: boolean(), hiddenByUser: boolean(), pixelSize: integer() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.