Class AppliedLabelChangeDetail
A change made to a Label on the Target.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class AppliedLabelChangeDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldChanges
Field Changes. Only present if types
contains LABEL_FIELD_VALUE_CHANGED
.
Declaration
[JsonProperty("fieldChanges")]
public virtual IList<FieldValueChange> FieldChanges { get; set; }
Property Value
Type | Description |
---|---|
IList<FieldValueChange> |
Label
The Label name representing the Label that changed. This name always contains the revision of the Label that
was used when this Action occurred. The format is labels/id@revision
.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The human-readable title of the label that changed.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Types
The types of changes made to the Label on the Target.
Declaration
[JsonProperty("types")]
public virtual IList<string> Types { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |