Transport constructor

Transport({
  1. bool? adminEnabled,
  2. String? advertisedRoutes,
  3. String? bandwidth,
  4. String? createTime,
  5. String? description,
  6. String? generatedActivationKey,
  7. Map<String, String>? labels,
  8. int? mtuLimit,
  9. String? name,
  10. String? network,
  11. String? providedActivationKey,
  12. String? region,
  13. String? remoteProfile,
  14. String? stackType,
  15. String? state,
  16. String? updateTime,
})

Implementation

Transport({
  this.adminEnabled,
  this.advertisedRoutes,
  this.bandwidth,
  this.createTime,
  this.description,
  this.generatedActivationKey,
  this.labels,
  this.mtuLimit,
  this.name,
  this.network,
  this.providedActivationKey,
  this.region,
  this.remoteProfile,
  this.stackType,
  this.state,
  this.updateTime,
});