Show / Hide Table of Contents

Class History

The most recent history records associated with the item.

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

Properties

ETag

The ETag of the item.

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

Record

Declaration
[JsonProperty("record")]
public virtual IList<HistoryRecord> Record { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><HistoryRecord>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX