GoogleApi.CloudSearch.V1.Model.ItemStructuredData (google_api_cloud_search v0.14.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudSearch.V1.Model.ItemStructuredData{ hash: String.t() | nil, object: GoogleApi.CloudSearch.V1.Model.StructuredDataObject.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.