GoogleApi.Sheets.V4.Model.Borders (google_api_sheets v0.35.0)
View SourceThe 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
@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 }