Transport constructor
Transport({
- bool? adminEnabled,
- String? advertisedRoutes,
- String? bandwidth,
- String? createTime,
- String? description,
- String? generatedActivationKey,
- Map<
String, String> ? labels, - int? mtuLimit,
- String? name,
- String? network,
- String? providedActivationKey,
- String? region,
- String? remoteProfile,
- String? stackType,
- String? state,
- 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,
});