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 |