Show / Hide Table of Contents

Class ObjectOptions

The options for an object.

Inheritance
System.Object
ObjectOptions
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 ObjectOptions : IDirectResponseSchema

Properties

DisplayOptions

Options that determine how the object is displayed in the Cloud Search results page.

Declaration
[JsonProperty("displayOptions")]
public virtual ObjectDisplayOptions DisplayOptions { get; set; }
Property Value
Type Description
ObjectDisplayOptions

ETag

The ETag of the item.

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

FreshnessOptions

The freshness options for an object.

Declaration
[JsonProperty("freshnessOptions")]
public virtual FreshnessOptions FreshnessOptions { get; set; }
Property Value
Type Description
FreshnessOptions

Implements

IDirectResponseSchema
Back to top