ListDeploymentTargetsOutput constructor

ListDeploymentTargetsOutput({
  1. String? nextToken,
  2. List<String>? targetIds,
})

Implementation

ListDeploymentTargetsOutput({
  this.nextToken,
  this.targetIds,
});