Class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldTypeRequest
Request to change the type of a field.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2beta.Data
Assembly: Google.Apis.DriveLabels.v2beta.dll
Syntax
public class GoogleAppsDriveLabelsV2betaDeltaUpdateLabelRequestUpdateFieldTypeRequest : IDirectResponseSchema
Properties
DateOptions
Update field to Date.
Declaration
[JsonProperty("dateOptions")]
public virtual GoogleAppsDriveLabelsV2betaFieldDateOptions DateOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaFieldDateOptions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. The field to update.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IntegerOptions
Update field to Integer.
Declaration
[JsonProperty("integerOptions")]
public virtual GoogleAppsDriveLabelsV2betaFieldIntegerOptions IntegerOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaFieldIntegerOptions |
SelectionOptions
Update field to Selection.
Declaration
[JsonProperty("selectionOptions")]
public virtual GoogleAppsDriveLabelsV2betaFieldSelectionOptions SelectionOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaFieldSelectionOptions |
TextOptions
Update field to Text.
Declaration
[JsonProperty("textOptions")]
public virtual GoogleAppsDriveLabelsV2betaFieldTextOptions TextOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaFieldTextOptions |
UpdateMask
The fields that should be updated. At least one field must be specified. The root of type_options is
implied and should not be specified. A single * can be used as a short-hand for updating every field.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UserOptions
Update field to User.
Declaration
[JsonProperty("userOptions")]
public virtual GoogleAppsDriveLabelsV2betaFieldUserOptions UserOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAppsDriveLabelsV2betaFieldUserOptions |