Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateFieldRequest
Request to create a Field within a Label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateFieldRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
Required. Field to create.
Declaration
[JsonProperty("field")]
public virtual GoogleAppsDriveLabelsV2betaField Field { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaField |