GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse class

A single response from an update.

Properties

createField GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse?
Creates a new Field.
getter/setter pair
createSelectionChoice GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse?
Creates a new 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?
Update Field type and/or type options.
getter/setter pair
updateLabel GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse?
Updated 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