Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateLabelPropertiesRequest
Updates basic properties of a Label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateLabelPropertiesRequest : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Properties
Required. Label properties to update.
Declaration
[JsonProperty("properties")]
public virtual GoogleAppsDriveLabelsV2betaLabelProperties Properties { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleAppsDriveLabelsV2betaLabelProperties | 
UpdateMask
The fields that should be updated. At least one field must be specified. The root label_properties is
implied and should not be specified. A single * can be used as short-hand for updating every field.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }Property Value
| Type | Description | 
|---|---|
| object |