google_api_sheets v0.21.1 GoogleApi.Sheets.V4.Model.Borders 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.Borders{ bottom: GoogleApi.Sheets.V4.Model.Border.t(), left: GoogleApi.Sheets.V4.Model.Border.t(), right: GoogleApi.Sheets.V4.Model.Border.t(), top: GoogleApi.Sheets.V4.Model.Border.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.