GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest class

A single kind of update to apply to a Label.

Properties

createField GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateFieldRequest?
Creates a new Field.
getter/setter pair
createSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestCreateSelectionChoiceRequest?
Creates Choice within a Selection field.
getter/setter pair
deleteField GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteFieldRequest?
Deletes a Field from the label.
getter/setter pair
deleteSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDeleteSelectionChoiceRequest?
Delete a Choice within a Selection Field.
getter/setter pair
disableField GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableFieldRequest?
Disables the Field.
getter/setter pair
disableSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestDisableSelectionChoiceRequest?
Disable a Choice within a Selection Field.
getter/setter pair
enableField GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableFieldRequest?
Enables the Field.
getter/setter pair
enableSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestEnableSelectionChoiceRequest?
Enable a Choice within a Selection Field.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateField GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldPropertiesRequest?
Updates basic properties of a Field.
getter/setter pair
updateFieldType GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateFieldTypeRequest?
Update Field type and/or type options.
getter/setter pair
updateLabel GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateLabelPropertiesRequest?
Updates the Label properties.
getter/setter pair
updateSelectionChoiceProperties GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestUpdateSelectionChoicePropertiesRequest?
Update a Choice properties within a Selection Field.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited