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