CreateDeploymentResult class

The result structure for the create a new deployment request.

Constructors

CreateDeploymentResult({required Map<String, String> fileUploadUrls, required String zipUploadUrl, String? jobId})
CreateDeploymentResult.fromJson(Map<String, dynamic> json)
factory

Properties

fileUploadUrls Map<String, String>
When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.
final
hashCode int
The hash code for this object.
no setterinherited
jobId String?
The job ID for this deployment. will supply to start deployment api.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zipUploadUrl String
When the fileMap argument is not provided in the request, this zipUploadUrl is returned.
final

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