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