Voting helps other researchers find interesting modules.
Data to generate the list snippets UI.
header
GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t
nil
isTable
boolean()
row
list(GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t)
totalRows
integer()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponse{ header: GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t() | nil, isTable: boolean() | nil, row: [GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t()] | nil, totalRows: integer() | nil }
@spec decode(struct(), keyword()) :: struct()