RichsnippetsDataObject

GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject


Table of Contents ▼

Jump to a specific part of the page:

Description

Next ID: 11

Attributes List

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

View Attributes

Attributes

  1. AccessKey (type: String.t, default: nil)
    -
  2. attribute (type: list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute), default: nil)
    -
  3. source (type: String.t, default: nil)
    -
  4. type (type: String.t, default: nil)
    - The object type.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObject{
AccessKey: String.t() | nil,
attribute: [GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute.t()] | nil,
source: String.t() | nil,
type: String.t() | nil
}

Function

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

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