Destination constructor

Destination({
  1. String? accessPolicy,
  2. String? arn,
  3. int? creationTime,
  4. String? destinationName,
  5. String? roleArn,
  6. String? targetArn,
})

Implementation

Destination({
  this.accessPolicy,
  this.arn,
  this.creationTime,
  this.destinationName,
  this.roleArn,
  this.targetArn,
});