google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.ItemContent View Source
Content of an item to be indexed and surfaced by Cloud Search.
Attributes
contentDataRef
(type:GoogleApi.CloudSearch.V1.Model.UploadItemRef.t
, default:nil
) - Upload reference ID of a previously uploaded content via write method.contentFormat
(type:String.t
, default:nil
) -hash
(type:String.t
, default:nil
) - Hashing info calculated and provided by the API client for content. Can be used with the items.push method to calculate modified state. The maximum length is 2048 characters.inlineContent
(type:String.t
, default:nil
) - Content that is supplied inlined within the update method. The maximum length is 102400 bytes (100 KiB).
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.ItemContent{ contentDataRef: GoogleApi.CloudSearch.V1.Model.UploadItemRef.t(), contentFormat: String.t(), hash: String.t(), inlineContent: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.