GoogleCloudContentwarehouseV1RemoveFromFolderAction class
Represents the action responsible for remove a document from a specific folder.
Constructors
- GoogleCloudContentwarehouseV1RemoveFromFolderAction({String? condition, String? folder})
- GoogleCloudContentwarehouseV1RemoveFromFolderAction.fromJson(Map json_)
Properties
- condition ↔ String?
-
Condition of the action to be executed.
getter/setter pair
- folder ↔ String?
-
Name of the folder under which new document is to be added.
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
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