ListSnippetResponse

GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Data to generate the list snippets UI.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. header (type: GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow, default: nil)
    -
  2. isTable (type: boolean(), default: nil)
    - Should list be formatted as a table?
  3. row (type: list(GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponseRow), default: nil)
    -
  4. totalRows (type: integer(), default: nil)
    - The number of rows annotated in the doc, of which 'row' is a subset.

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ListSnippetResponse