Show / Hide Table of Contents

Class PrefUpdate

HistoryRecord for changes associated with prefs, namely: PREF_WRITTEN PREF_DELETED

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

Properties

ETag

The ETag of the item.

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

Name

Name of the affected preference.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PrefDeleted

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

PrefWritten

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

PreState

Declaration
[JsonProperty("preState")]
public virtual FuseboxPrefUpdatePreState PreState { get; set; }
Property Value
Type Description
FuseboxPrefUpdatePreState

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX