GoogleCloudApigeeV1EnvironmentGroupAttachment constructor

GoogleCloudApigeeV1EnvironmentGroupAttachment({
  1. String? createdAt,
  2. String? environment,
  3. String? environmentGroupId,
  4. String? name,
})

Implementation

GoogleCloudApigeeV1EnvironmentGroupAttachment({
  this.createdAt,
  this.environment,
  this.environmentGroupId,
  this.name,
});