Link constructor

Link({
  1. Bandwidth? bandwidth,
  2. DateTime? createdAt,
  3. String? description,
  4. String? globalNetworkId,
  5. String? linkArn,
  6. String? linkId,
  7. String? provider,
  8. String? siteId,
  9. LinkState? state,
  10. List<Tag>? tags,
  11. String? type,
})

Implementation

Link({
  this.bandwidth,
  this.createdAt,
  this.description,
  this.globalNetworkId,
  this.linkArn,
  this.linkId,
  this.provider,
  this.siteId,
  this.state,
  this.tags,
  this.type,
});