GoogleApi.Sheets.V4.Model.Borders (google_api_sheets v0.28.1) View Source
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.
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.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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.