Class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest
A single kind of update to apply to a label.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest : IDirectResponseSchema
Properties
CreateField
Creates a field.
Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateFieldRequest CreateField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateFieldRequest |
CreateSelectionChoice
Create a choice within a selection field.
Declaration
[JsonProperty("createSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest CreateSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest |
DeleteField
Deletes a field from the label.
Declaration
[JsonProperty("deleteField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteFieldRequest DeleteField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteFieldRequest |
DeleteSelectionChoice
Delete a choice within a selection field.
Declaration
[JsonProperty("deleteSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest DeleteSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest |
DisableField
Disables the field.
Declaration
[JsonProperty("disableField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableFieldRequest DisableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableFieldRequest |
DisableSelectionChoice
Disable a choice within a selection field.
Declaration
[JsonProperty("disableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest DisableSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest |
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 GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableFieldRequest EnableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableFieldRequest |
EnableSelectionChoice
Enable a choice within a selection field.
Declaration
[JsonProperty("enableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest EnableSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest |
UpdateField
Updates basic properties of a field.
Declaration
[JsonProperty("updateField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest UpdateField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest |
UpdateFieldType
Update field type and/or type options.
Declaration
[JsonProperty("updateFieldType")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest UpdateFieldType { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest |
UpdateLabel
Updates the label properties.
Declaration
[JsonProperty("updateLabel")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateLabelPropertiesRequest UpdateLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateLabelPropertiesRequest |
UpdateSelectionChoiceProperties
Update a choice property within a selection field.
Declaration
[JsonProperty("updateSelectionChoiceProperties")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest UpdateSelectionChoiceProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest |