Show / Hide Table of Contents

Class ItemStructuredData

Available structured data fields for the item.

Inheritance
object
ItemStructuredData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX