GlobalNetwork constructor

GlobalNetwork({
  1. DateTime? createdAt,
  2. String? description,
  3. String? globalNetworkArn,
  4. String? globalNetworkId,
  5. GlobalNetworkState? state,
  6. List<Tag>? tags,
})

Implementation

GlobalNetwork({
  this.createdAt,
  this.description,
  this.globalNetworkArn,
  this.globalNetworkId,
  this.state,
  this.tags,
});