GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig constructor

GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig({
  1. GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfigApiHubGatewayTypeArray? include,
  2. String? weight,
})

Implementation

GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig({
  this.include,
  this.weight,
});