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
-
imageNode(type:list(GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode), default:nil)
- -
metaNoPreview(type:boolean(), default:nil)
- -
metaNoSnippet(type:boolean(), default:nil)
- These are set from tags in the web page: -
teradoc(type:GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfo, default:nil)
- If this is present it supercedes all the above data. -
textNode(type:list(GoogleApi.ContentWarehouse.V1.Model.SnapshotTextNode), default:nil)
- -
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
}
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
