EnterpriseCrmEventbusProtoSuspensionConfig class
Constructors
-
EnterpriseCrmEventbusProtoSuspensionConfig({String? customMessage, List<
EnterpriseCrmEventbusProtoNotification> ? notifications, EnterpriseCrmEventbusProtoSuspensionExpiration? suspensionExpiration, List<EnterpriseCrmEventbusProtoSuspensionAuthPermissions> ? whoMayResolve}) - EnterpriseCrmEventbusProtoSuspensionConfig.fromJson(Map json_)
Properties
- customMessage ↔ String?
-
Optional information to provide recipients of the suspension in addition
to the resolution URL, typically containing relevant parameter values from
the originating workflow.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
notifications
↔ List<
EnterpriseCrmEventbusProtoNotification> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suspensionExpiration ↔ EnterpriseCrmEventbusProtoSuspensionExpiration?
-
Indicates the next steps when no external actions happen on the
suspension.
getter/setter pair
-
whoMayResolve
↔ List<
EnterpriseCrmEventbusProtoSuspensionAuthPermissions> ? -
Identities able to resolve this suspension.
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