GoogleCloudApigeeV1InstanceAttachment constructor

GoogleCloudApigeeV1InstanceAttachment({
  1. String? createdAt,
  2. String? environment,
  3. String? name,
})

Implementation

GoogleCloudApigeeV1InstanceAttachment({
  this.createdAt,
  this.environment,
  this.name,
});