Class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse
A single response from an update.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse : IDirectResponseSchema
Properties
CreateField
Creates a new Field.
Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse CreateField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse |
CreateSelectionChoice
Creates a new selection list option to add to a Selection Field.
Declaration
[JsonProperty("createSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse CreateSelectionChoice { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse |
DeleteField
Deletes a Field from the label.
Declaration
[JsonProperty("deleteField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse DeleteField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse |
DeleteSelectionChoice
Deletes a Choice from a Selection Field.
Declaration
[JsonProperty("deleteSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse DeleteSelectionChoice { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse |
DisableField
Disables Field.
Declaration
[JsonProperty("disableField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse DisableField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse |
DisableSelectionChoice
Disables a Choice within a Selection Field.
Declaration
[JsonProperty("disableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse DisableSelectionChoice { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse |
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 GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse EnableField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse |
EnableSelectionChoice
Enables a Choice within a Selection Field.
Declaration
[JsonProperty("enableSelectionChoice")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse EnableSelectionChoice { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse |
UpdateField
Updates basic properties of a Field.
Declaration
[JsonProperty("updateField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse UpdateField { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse |
UpdateFieldType
Update Field type and/or type options.
Declaration
[JsonProperty("updateFieldType")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse UpdateFieldType { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse |
UpdateLabel
Updated basic properties of a Label.
Declaration
[JsonProperty("updateLabel")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse UpdateLabel { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse |
UpdateSelectionChoiceProperties
Updates a Choice within a Selection Field.
Declaration
[JsonProperty("updateSelectionChoiceProperties")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse UpdateSelectionChoiceProperties { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse |