EndpointAttachment constructor

EndpointAttachment({
  1. String? createTime,
  2. String? description,
  3. String? endpointIp,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? serviceAttachment,
  7. String? updateTime,
})

Implementation

EndpointAttachment({
  this.createTime,
  this.description,
  this.endpointIp,
  this.labels,
  this.name,
  this.serviceAttachment,
  this.updateTime,
});