Class ItemStructuredData
Available structured data fields for the item.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ItemStructuredData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hash
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.
Declaration
[JsonProperty("hash")]
public virtual string Hash { get; set; }
Property Value
Type | Description |
---|---|
string |
Object__
The structured data object that should conform to a registered object definition in the schema for the data source.
Declaration
[JsonProperty("object")]
public virtual StructuredDataObject Object__ { get; set; }
Property Value
Type | Description |
---|---|
StructuredDataObject |