Show / Hide Table of Contents

Class ObjectPropertyOptions

The options for object properties.

Inheritance
object
ObjectPropertyOptions
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 ObjectPropertyOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SubobjectProperties

The properties of the sub-object. These properties represent a nested object. For example, if this property represents a postal address, the subobjectProperties might be named street, city, and state. The maximum number of elements is 1000.

Declaration
[JsonProperty("subobjectProperties")]
public virtual IList<PropertyDefinition> SubobjectProperties { get; set; }
Property Value
Type Description
IList<PropertyDefinition>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX