View Source GoogleApi.ContentWarehouse.V1.Model.SnapshotSnapshotDocument (google_api_content_warehouse v0.2.0)
Attributes
-
imageNode(type:list(GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode.t), 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.t, default:nil) - If this is present it supercedes all the above data. -
textNode(type:list(GoogleApi.ContentWarehouse.V1.Model.SnapshotTextNode.t), default:nil) - -
title(type:String.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.