Transport constructor

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

Implementation

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