GetBulkDeploymentStatusResponse class

Constructors

GetBulkDeploymentStatusResponse({BulkDeploymentMetrics? bulkDeploymentMetrics, BulkDeploymentStatus? bulkDeploymentStatus, String? createdAt, List<ErrorDetail>? errorDetails, String? errorMessage, Map<String, String>? tags})
GetBulkDeploymentStatusResponse.fromJson(Map<String, dynamic> json)
factory

Properties

bulkDeploymentMetrics BulkDeploymentMetrics?
Relevant metrics on input records processed during bulk deployment.
final
bulkDeploymentStatus BulkDeploymentStatus?
The status of the bulk deployment.
final
createdAt String?
The time, in ISO format, when the deployment was created.
final
errorDetails List<ErrorDetail>?
Error details
final
errorMessage String?
Error message
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
Tag(s) attached to the resource arn.
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