Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestRequest
A single kind of update to apply to a label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestRequest : IDirectResponseSchema
Properties
CreateField
Creates a field.
Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateFieldRequest CreateField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateFieldRequest |
CreateSelectionChoice
Create a choice within a selection field.
Declaration
[JsonProperty("createSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateSelectionChoiceRequest CreateSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateSelectionChoiceRequest |
DeleteField
Deletes a field from the label.
Declaration
[JsonProperty("deleteField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDeleteFieldRequest DeleteField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDeleteFieldRequest |
DeleteSelectionChoice
Delete a choice within a selection field.
Declaration
[JsonProperty("deleteSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDeleteSelectionChoiceRequest DeleteSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDeleteSelectionChoiceRequest |
DisableField
Disables the field.
Declaration
[JsonProperty("disableField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDisableFieldRequest DisableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDisableFieldRequest |
DisableSelectionChoice
Disable a choice within a selection field.
Declaration
[JsonProperty("disableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDisableSelectionChoiceRequest DisableSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestDisableSelectionChoiceRequest |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableField
Enables the field.
Declaration
[JsonProperty("enableField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestEnableFieldRequest EnableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestEnableFieldRequest |
EnableSelectionChoice
Enable a choice within a selection field.
Declaration
[JsonProperty("enableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestEnableSelectionChoiceRequest EnableSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestEnableSelectionChoiceRequest |
UpdateField
Updates basic properties of a field.
Declaration
[JsonProperty("updateField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldPropertiesRequest UpdateField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldPropertiesRequest |
UpdateFieldType
Update field type and/or type options.
Declaration
[JsonProperty("updateFieldType")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldTypeRequest UpdateFieldType { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldTypeRequest |
UpdateLabel
Updates the label properties.
Declaration
[JsonProperty("updateLabel")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateLabelPropertiesRequest UpdateLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateLabelPropertiesRequest |
UpdateSelectionChoiceProperties
Update a choice property within a selection field.
Declaration
[JsonProperty("updateSelectionChoiceProperties")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest UpdateSelectionChoiceProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest |