Show / Hide Table of Contents

Class AppliedLabelChangeDetail

A change made to a Label on the Target.

Inheritance
object
AppliedLabelChangeDetail
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX