Show / Hide Table of Contents

Class ObjectPropertyOptions

Options for object properties.

Inheritance
System.Object
ObjectPropertyOptions
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.Collections.Generic.IList<PropertyDefinition>

Implements

IDirectResponseSchema
Back to top