View Source GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponse (google_api_content_warehouse v0.3.0)
Data to generate the list snippets UI.
Attributes
-
header(type:GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t, default:nil) - -
isTable(type:boolean(), default:nil) - Should list be formatted as a table? -
row(type:list(GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow.t), default:nil) - -
totalRows(type:integer(), default:nil) - The number of rows annotated in the doc, of which 'row' is a subset.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.