GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMap
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):
Attributes
-
DataObject
(type:list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject)
, default:nil
)
- -
ignoreDataObject
(type:boolean()
, default:nil
)
- If ignore_data_object is set to true, pagemap attachment is processed regardless of whether data object is present or not. -
src
(type:String.t
, default:nil
)
- -
templatetype
(type:list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMapTemplateType)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMap{
DataObject: [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject.t()] | nil,
ignoreDataObject: boolean() | nil,
src: String.t() | nil,
templatetype: [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMapTemplateType.t()] | nil
}
DataObject: [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject.t()] | nil,
ignoreDataObject: boolean() | nil,
src: String.t() | nil,
templatetype: [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMapTemplateType.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMap