GoogleCloudApigeeV1EndpointAttachment constructor

GoogleCloudApigeeV1EndpointAttachment({
  1. String? connectionState,
  2. String? host,
  3. String? location,
  4. String? name,
  5. String? serviceAttachment,
  6. String? state,
})

Implementation

GoogleCloudApigeeV1EndpointAttachment({
  this.connectionState,
  this.host,
  this.location,
  this.name,
  this.serviceAttachment,
  this.state,
});