View Source GoogleApi.Sheets.V4.Model.Padding (google_api_sheets v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.Padding{
  bottom: integer() | nil,
  left: integer() | nil,
  right: integer() | nil,
  top: integer() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.