Class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateFieldRequest
Request to create a Field within a Label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateFieldRequest : 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 GoogleAppsDriveLabelsV2Field Field { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2Field |