ServiceActionAssociation class

A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

Constructors

ServiceActionAssociation({required String productId, required String provisioningArtifactId, required String serviceActionId})

Properties

hashCode int
The hash code for this object.
no setterinherited
productId String
The product identifier. For example, prod-abcdzk7xy33qa.
final
provisioningArtifactId String
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceActionId String
The self-service action identifier. For example, act-fs7abcd89wxyz.
final

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