google_api_sheets v0.9.0 GoogleApi.Sheets.V4.Model.Padding View Source

The amount of padding around the cell, in pixels. When updating padding, every field must be specified.

Attributes

  • bottom (type: integer(), default: nil) - The bottom padding of the cell.
  • left (type: integer(), default: nil) - The left padding of the cell.
  • right (type: integer(), default: nil) - The right padding of the cell.
  • top (type: integer(), default: nil) - The top padding of the cell.

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() :: %GoogleApi.Sheets.V4.Model.Padding{
  bottom: integer(),
  left: integer(),
  right: integer(),
  top: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.