Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseResponse
A single response from an update.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseResponse : IDirectResponseSchema
Properties
CreateField
Creates a field.
Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse CreateField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse |
CreateSelectionChoice
Creates a selection list option to add to a selection field.
Declaration
[JsonProperty("createSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse CreateSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateSelectionChoiceResponse |
DeleteField
Deletes a field from the label.
Declaration
[JsonProperty("deleteField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDeleteFieldResponse DeleteField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDeleteFieldResponse |
DeleteSelectionChoice
Deletes a choice from a selection field.
Declaration
[JsonProperty("deleteSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDeleteSelectionChoiceResponse DeleteSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDeleteSelectionChoiceResponse |
DisableField
Disables field.
Declaration
[JsonProperty("disableField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDisableFieldResponse DisableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDisableFieldResponse |
DisableSelectionChoice
Disables a choice within a selection field.
Declaration
[JsonProperty("disableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDisableSelectionChoiceResponse DisableSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseDisableSelectionChoiceResponse |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableField
Enables field.
Declaration
[JsonProperty("enableField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseEnableFieldResponse EnableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseEnableFieldResponse |
EnableSelectionChoice
Enables a choice within a selection field.
Declaration
[JsonProperty("enableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseEnableSelectionChoiceResponse EnableSelectionChoice { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseEnableSelectionChoiceResponse |
UpdateField
Updates basic properties of a field.
Declaration
[JsonProperty("updateField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldPropertiesResponse UpdateField { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldPropertiesResponse |
UpdateFieldType
Updates field type and/or type options.
Declaration
[JsonProperty("updateFieldType")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldTypeResponse UpdateFieldType { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldTypeResponse |
UpdateLabel
Updates basic properties of a label.
Declaration
[JsonProperty("updateLabel")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateLabelPropertiesResponse UpdateLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateLabelPropertiesResponse |
UpdateSelectionChoiceProperties
Updates a choice within a selection field.
Declaration
[JsonProperty("updateSelectionChoiceProperties")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse UpdateSelectionChoiceProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse |