Hub constructor

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

Implementation

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