Class ObjectPropertyOptions
The options for object properties.
Implements
Inherited Members
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> |