RemoteTransportProfile constructor

RemoteTransportProfile({
  1. String? createTime,
  2. String? description,
  3. String? flow,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? orderState,
  7. String? provider,
  8. String? providerSite,
  9. String? region,
  10. String? sla,
  11. List<String>? supportedBandwidths,
  12. String? updateTime,
})

Implementation

RemoteTransportProfile({
  this.createTime,
  this.description,
  this.flow,
  this.labels,
  this.name,
  this.orderState,
  this.provider,
  this.providerSite,
  this.region,
  this.sla,
  this.supportedBandwidths,
  this.updateTime,
});