Show / Hide Table of Contents

Class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse

A single response from an update.

Inheritance
object
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse : IDirectResponseSchema

Properties

CreateField

Creates a field.

Declaration
[JsonProperty("createField")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse CreateField { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse

CreateSelectionChoice

Creates a 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

Updates field type and/or type options.

Declaration
[JsonProperty("updateFieldType")]
public virtual GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse UpdateFieldType { get; set; }
Property Value
Type Description
GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse

UpdateLabel

Updates 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX