RichsnippetsPageMap

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):

View Attributes

Attributes

  1. DataObject (type: list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject), default: nil)
    -
  2. 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.
  3. src (type: String.t, default: nil)
    -
  4. 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
}

Function

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

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