GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse class

A single response from an update.

Properties

createField GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse?
Creates a field.
getter/setter pair
createSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse?
Creates a selection list option to add to a selection field.
getter/setter pair
deleteField GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse?
Deletes a field from the label.
getter/setter pair
deleteSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse?
Deletes a choice from a selection field.
getter/setter pair
disableField GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse?
Disables field.
getter/setter pair
disableSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse?
Disables a choice within a selection field.
getter/setter pair
enableField GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse?
Enables field.
getter/setter pair
enableSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse?
Enables 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 GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse?
Updates basic properties of a field.
getter/setter pair
updateFieldType GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse?
Updates field type and/or type options.
getter/setter pair
updateLabel GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse?
Updates basic properties of a label.
getter/setter pair
updateSelectionChoiceProperties GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse?
Updates a choice 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