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 new Field.
Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse CreateField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseCreateFieldResponse |
CreateSelectionChoice
Creates a new 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
Update Field type and/or type options.
Declaration
[JsonProperty("updateFieldType")]
public virtual GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldTypeResponse UpdateFieldType { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2betaDeltaUpdateLabelResponseUpdateFieldTypeResponse |
UpdateLabel
Updated 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 |