ApprecoveryResource class

Constructors

ApprecoveryResource(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

addTargeting(AddTargetingRequest request, String packageName, String appRecoveryId, {String? $fields}) Future<AddTargetingResponse>
Incrementally update targeting for a recovery action.
appRecoveries(String packageName, {String? versionCode, String? $fields}) Future<ListAppRecoveriesResponse>
List all app recovery action resources associated with a particular package name and app version.
cancel(CancelAppRecoveryRequest request, String packageName, String appRecoveryId, {String? $fields}) Future<CancelAppRecoveryResponse>
Cancel an already executing app recovery action.
create(CreateDraftAppRecoveryRequest request, String packageName, {String? $fields}) Future<AppRecoveryAction>
Create an app recovery action with recovery status as DRAFT.
deploy(DeployAppRecoveryRequest request, String packageName, String appRecoveryId, {String? $fields}) Future<DeployAppRecoveryResponse>
Deploy an already created app recovery action with recovery status DRAFT.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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