Class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest
Request to create a Selection Choice.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest : IDirectResponseSchema
Properties
Choice
Required. The Choice to create.
Declaration
[JsonProperty("choice")]
public virtual GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice Choice { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldSelectionOptionsChoice |
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 |