Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateSelectionChoiceRequest
Request to create a Selection Choice.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateSelectionChoiceRequest : IDirectResponseSchema
Properties
Choice
Required. The Choice to create.
Declaration
[JsonProperty("choice")]
public virtual GoogleAppsDriveLabelsV2betaFieldSelectionOptionsChoice Choice { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaFieldSelectionOptionsChoice |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldId
Required. The Selection Field in which a Choice will be created.
Declaration
[JsonProperty("fieldId")]
public virtual string FieldId { get; set; }
Property Value
Type | Description |
---|---|
string |