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

The borders of the cell.

Attributes

  • bottom (type: GoogleApi.Sheets.V4.Model.Border.t, default: nil) - The bottom border of the cell.
  • left (type: GoogleApi.Sheets.V4.Model.Border.t, default: nil) - The left border of the cell.
  • right (type: GoogleApi.Sheets.V4.Model.Border.t, default: nil) - The right border of the cell.
  • top (type: GoogleApi.Sheets.V4.Model.Border.t, default: nil) - The top border of the cell.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.