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