DescribeFleetResponse constructor

DescribeFleetResponse({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? lastDeploymentJob,
  4. DeploymentStatus? lastDeploymentStatus,
  5. DateTime? lastDeploymentTime,
  6. String? name,
  7. List<Robot>? robots,
  8. Map<String, String>? tags,
})

Implementation

DescribeFleetResponse({
  this.arn,
  this.createdAt,
  this.lastDeploymentJob,
  this.lastDeploymentStatus,
  this.lastDeploymentTime,
  this.name,
  this.robots,
  this.tags,
});