Deployment class

Deployment

Implemented types

Constructors

Deployment({required String $id, required String $createdAt, required String $updatedAt, required String resourceId, required String resourceType, required String entrypoint, required int size, required String buildId, required bool activate, required String status, required String buildStdout, required String buildStderr, required int buildTime})
Deployment.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt String
Deployment creation date in ISO 8601 format.
final
$id String
Deployment ID.
final
$updatedAt String
Deployment update date in ISO 8601 format.
final
activate bool
Whether the deployment should be automatically activated.
final
buildId String
The current build ID.
final
buildStderr String
The build stderr.
final
buildStdout String
The build stdout.
final
buildTime int
The current build time in seconds.
final
entrypoint String
The entrypoint file to use to execute the deployment code.
final
hashCode int
The hash code for this object.
no setterinherited
resourceId String
Resource ID.
final
resourceType String
Resource type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The code size in bytes.
final
status String
The deployment status. Possible values are "processing", "building", "pending", "ready", and "failed".
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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