InstallerResource class

Constructors

InstallerResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateSecret(SasPortalGenerateSecretRequest request, {String? $fields}) Future<SasPortalGenerateSecretResponse>
Generates a secret to be used with the ValidateInstaller.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate(SasPortalValidateInstallerRequest request, {String? $fields}) Future<SasPortalValidateInstallerResponse>
Validates the identity of a Certified Professional Installer (CPI).

Operators

operator ==(Object other) bool
The equality operator.
inherited