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):
Attributes
-
AccessKey
(type:String.t
, default:nil
)
- -
attribute
(type:list(GoogleApi.ContentWarehouse.V1.Model.RichsnippetsDataObjectAttribute)
, default:nil
)
- -
source
(type:String.t
, default:nil
)
- -
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
}
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