Class AppliedLabelChange
Label changes that were made on the Target.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class AppliedLabelChange : IDirectResponseSchema
Properties
Changes
Changes that were made to the Label on the Target.
Declaration
[JsonProperty("changes")]
public virtual IList<AppliedLabelChangeDetail> Changes { get; set; }
Property Value
Type | Description |
---|---|
IList<AppliedLabelChangeDetail> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |