google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.DimensionProperties View Source
Properties about a dimension.
Attributes
-
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{
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.