RichsnippetsDataObjectAttribute

GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute


Table of Contents ▼

Jump to a specific part of the page:

Description

Other attributes of the object.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. cdata (type: String.t, default: nil)
    -
  2. idata (type: String.t, default: nil)
    - idata holds integer data under the attribute name, and could be interpreted differently according to the attribute name. Example: stores the ImadeData.docid used to generate thumbnails. idata will not be automatically converted into xml (the default behavior), but the behavior can be overwritten if necessary.
  3. name (type: String.t, default: nil)
    -
  4. subobject (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - A data object can have other data objects nested inside it. This is needed to represent Microformats and RDFa which have nestings e.g., a review with a business with an address, or a review with a rating object. See the Webmaster Central 2009/05 blog on "Introducing Rich Snippets".
  5. tokenize (type: boolean(), default: nil)
    - Whether we should tokenize the value and cdata when generating restricts from this attribute.
  6. value (type: String.t, default: nil)
    - Either of cdata or value should be present.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute{
cdata: String.t() | nil,
idata: String.t() | nil,
name: String.t() | nil,
subobject: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
tokenize: boolean() | nil,
value: String.t() | nil
}

Function

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

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