SnapshotSnapshotDocument

GoogleApi.ContentWarehouse.V1.Model.SnapshotSnapshotDocument


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. imageNode (type: list(GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode), default: nil)
    -
  2. metaNoPreview (type: boolean(), default: nil)
    -
  3. metaNoSnippet (type: boolean(), default: nil)
    - These are set from tags in the web page:
  4. teradoc (type: GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfo, default: nil)
    - If this is present it supercedes all the above data.
  5. textNode (type: list(GoogleApi.ContentWarehouse.V1.Model.SnapshotTextNode), default: nil)
    -
  6. title (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnapshotSnapshotDocument{
imageNode: [GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode.t()] | nil,
metaNoPreview: boolean() | nil,
metaNoSnippet: boolean() | nil,
teradoc: GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfo.t() | nil,
textNode: [GoogleApi.ContentWarehouse.V1.Model.SnapshotTextNode.t()] | nil,
title: String.t() | nil
}

Function

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

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