ProjectsDeploymentsResource class

Constructors

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

create(DeploymentConfig request, String scriptId, {String? $fields}) Future<Deployment>
Creates a deployment of an Apps Script project.
delete(String scriptId, String deploymentId, {String? $fields}) Future<Empty>
Deletes a deployment of an Apps Script project.
get(String scriptId, String deploymentId, {String? $fields}) Future<Deployment>
Gets a deployment of an Apps Script project.
list(String scriptId, {int? pageSize, String? pageToken, String? $fields}) Future<ListDeploymentsResponse>
Lists the deployments of an Apps Script project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(UpdateDeploymentRequest request, String scriptId, String deploymentId, {String? $fields}) Future<Deployment>
Updates a deployment of an Apps Script project.

Operators

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