GoogleCloudApigeeV1SecurityProfileScoringConfig constructor

GoogleCloudApigeeV1SecurityProfileScoringConfig({
  1. String? description,
  2. String? scorePath,
  3. String? title,
})

Implementation

GoogleCloudApigeeV1SecurityProfileScoringConfig({
  this.description,
  this.scorePath,
  this.title,
});