Hub constructor

Hub({
  1. String? createTime,
  2. String? description,
  3. Map<String, String>? labels,
  4. String? name,
  5. List<String>? routeTables,
  6. List<RoutingVPC>? routingVpcs,
  7. SpokeSummary? spokeSummary,
  8. String? state,
  9. String? uniqueId,
  10. String? updateTime,
})

Implementation

Hub({
  this.createTime,
  this.description,
  this.labels,
  this.name,
  this.routeTables,
  this.routingVpcs,
  this.spokeSummary,
  this.state,
  this.uniqueId,
  this.updateTime,
});