ProjectAdminCommands class abstract

Constructors

ProjectAdminCommands()

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

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

Static Methods

deleteProject(Client cloudApiClient, {required String projectId}) Future<Map<String, Object?>>
listDeployAttemptsOperation(Client cloudApiClient, {required String projectId, required int limit}) Future<List<Map<String, Object?>>>
listProjectsOperation(Client cloudApiClient, {bool includePaymentsStatus = false, bool includeArchived = false}) Stream<AdminProjectListRow>
redeployProject(Client cloudApiClient, {required String projectId}) Future<Map<String, Object?>>