Mesh constructor

Mesh({
  1. String? createTime,
  2. String? description,
  3. String? envoyHeaders,
  4. int? interceptionPort,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? selfLink,
  8. String? updateTime,
})

Implementation

Mesh({
  this.createTime,
  this.description,
  this.envoyHeaders,
  this.interceptionPort,
  this.labels,
  this.name,
  this.selfLink,
  this.updateTime,
});