Service constructor

Service({
  1. Map<String, Object?>? generatedCustomerMetadata,
  2. String? id,
  3. Map<String, String>? labels,
  4. String? name,
  5. NetworkSettings? networkSettings,
  6. TrafficSplit? split,
})

Implementation

Service({
  this.generatedCustomerMetadata,
  this.id,
  this.labels,
  this.name,
  this.networkSettings,
  this.split,
});