GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation constructor

GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation({
  1. String? attachTime,
  2. String? name,
  3. String? securityProfileRevisionId,
})

Implementation

GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation({
  this.attachTime,
  this.name,
  this.securityProfileRevisionId,
});