View Source GoogleApi.Docs.V1.Model.PinTableHeaderRowsRequest (google_api_docs v0.15.0)
Updates the number of pinned table header rows in a table.
Attributes
-
pinnedHeaderRowsCount
(type:integer()
, default:nil
) - The number of table rows to pin, where 0 implies that all rows are unpinned. -
tableStartLocation
(type:GoogleApi.Docs.V1.Model.Location.t
, default:nil
) - The location where the table starts in the document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Docs.V1.Model.PinTableHeaderRowsRequest{ pinnedHeaderRowsCount: integer() | nil, tableStartLocation: GoogleApi.Docs.V1.Model.Location.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.