Show / Hide Table of Contents

Class LabelUpdate

HistoryRecord for changes associated with a label, namely: LABEL_CREATED LABEL_DELETED LABEL_RENAMED LABEL_UPDATED

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

Properties

CanonicalName

Declaration
[JsonProperty("canonicalName")]
public virtual string CanonicalName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

LabelCreated

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

LabelDeleted

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

LabelId

Declaration
[JsonProperty("labelId")]
public virtual string LabelId { get; set; }
Property Value
Type Description
System.String

LabelRenamed

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

LabelUpdated

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

SyncId

Declaration
[JsonProperty("syncId")]
public virtual long? SyncId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

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