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 new Field.
Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateFieldRequest CreateField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestCreateFieldRequest |
CreateSelectionChoice
Creates 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 properties within a Selection Field.
Declaration
[JsonProperty("updateSelectionChoiceProperties")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest UpdateSelectionChoiceProperties { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest |