Show / Hide Table of Contents

Class PrefUpdate

HistoryRecord for changes associated with prefs, namely: PREF_WRITTEN PREF_DELETED

Inheritance
System.Object
PrefUpdate
Implements
Google.Apis.Requests.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 PrefUpdate : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Name

Name of the affected preference.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.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

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top