View Source GoogleApi.ContentWarehouse.V1.Model.RichsnippetsPageMap (google_api_content_warehouse v0.4.0)

Attributes

  • DataObject (type: list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject.t), 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.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.