Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDisableSelectionChoiceRequest
Request to disable a choice.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDisableSelectionChoiceRequest : IDirectResponseSchema
Properties
DisabledPolicy
Required. The disabled policy to update.
Declaration
[JsonProperty("disabledPolicy")]
public virtual GoogleAppsDriveLabelsV2betaLifecycleDisabledPolicy DisabledPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaLifecycleDisabledPolicy |
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 disabled.
Declaration
[JsonProperty("fieldId")]
public virtual string FieldId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. Choice to disable.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateMask
The fields that should be updated. At least one field must be specified. The root disabled_policy is
implied and should not be specified. A single * can be used as a short-hand for updating every field.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |