EnterpriseCrmEventbusProtoTeardownTaskConfig class
Constructors
- EnterpriseCrmEventbusProtoTeardownTaskConfig({String? creatorEmail, String? name, EnterpriseCrmEventbusProtoNextTeardownTask? nextTeardownTask, EnterpriseCrmEventbusProtoEventParameters? parameters, EnterpriseCrmEventbusProtoEventBusProperties? properties, String? teardownTaskImplementationClassName})
- EnterpriseCrmEventbusProtoTeardownTaskConfig.fromJson(Map json_)
Properties
- creatorEmail ↔ String?
-
The creator's email address.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Unique identifier of the teardown task within this Config.
getter/setter pair
- nextTeardownTask ↔ EnterpriseCrmEventbusProtoNextTeardownTask?
-
getter/setter pair
- parameters ↔ EnterpriseCrmEventbusProtoEventParameters?
-
The parameters the user can pass to this task.
getter/setter pair
- properties ↔ EnterpriseCrmEventbusProtoEventBusProperties?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- teardownTaskImplementationClassName ↔ String?
-
Implementation class name.
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