Class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest
Request to change the type of a Field.
Implements
Inherited Members
Namespace: Google.Apis.DriveLabels.v2.Data
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public class GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest : IDirectResponseSchema
Properties
DateOptions
Update field to Date.
Declaration
[JsonProperty("dateOptions")]
public virtual GoogleAppsDriveLabelsV2FieldDateOptions DateOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldDateOptions |
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 GoogleAppsDriveLabelsV2FieldIntegerOptions IntegerOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldIntegerOptions |
SelectionOptions
Update field to Selection.
Declaration
[JsonProperty("selectionOptions")]
public virtual GoogleAppsDriveLabelsV2FieldSelectionOptions SelectionOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldSelectionOptions |
TextOptions
Update field to Text.
Declaration
[JsonProperty("textOptions")]
public virtual GoogleAppsDriveLabelsV2FieldTextOptions TextOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldTextOptions |
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 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 GoogleAppsDriveLabelsV2FieldUserOptions UserOptions { get; set; }
Property Value
Type | Description |
---|---|
GoogleAppsDriveLabelsV2FieldUserOptions |