View Source GoogleApi.CloudSearch.V1.Model.ItemStructuredData (google_api_cloud_search v0.23.0)
Available structured data fields for the item.
Attributes
-
hash
(type:String.t
, default:nil
) - Hashing value provided by the API caller. This can be used with the items.push method to calculate modified state. The maximum length is 2048 characters. -
object
(type:GoogleApi.CloudSearch.V1.Model.StructuredDataObject.t
, default:nil
) - The structured data object that should conform to a registered object definition in the schema for the data source.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.ItemStructuredData{ hash: String.t() | nil, object: GoogleApi.CloudSearch.V1.Model.StructuredDataObject.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.