Class LabelUpdate
HistoryRecord for changes associated with a label, namely: LABEL_CREATED LABEL_DELETED LABEL_RENAMED LABEL_UPDATED
Inheritance
object
LabelUpdate
Implements
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 LabelUpdate : IDirectResponseSchema
Properties
CanonicalName
Declaration
[JsonProperty("canonicalName")]
public virtual string CanonicalName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| long? |