GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse class
A single response from an update.
Constructors
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse({GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse? createField, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse? createSelectionChoice, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse? deleteField, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse? deleteSelectionChoice, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse? disableField, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse? disableSelectionChoice, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse? enableField, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse? enableSelectionChoice, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse? updateField, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse? updateFieldType, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse? updateLabel, GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse? updateSelectionChoiceProperties})
- GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse.fromJson(Map json_)
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