EndpointAttachment constructor

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

Implementation

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