GoogleCloudApigeeV1SecurityProfile constructor

GoogleCloudApigeeV1SecurityProfile({
  1. String? description,
  2. String? displayName,
  3. List<GoogleCloudApigeeV1SecurityProfileEnvironment>? environments,
  4. int? maxScore,
  5. int? minScore,
  6. String? name,
  7. GoogleCloudApigeeV1ProfileConfig? profileConfig,
  8. String? revisionCreateTime,
  9. String? revisionId,
  10. String? revisionPublishTime,
  11. String? revisionUpdateTime,
  12. List<GoogleCloudApigeeV1SecurityProfileScoringConfig>? scoringConfigs,
})

Implementation

GoogleCloudApigeeV1SecurityProfile({
  this.description,
  this.displayName,
  this.environments,
  this.maxScore,
  this.minScore,
  this.name,
  this.profileConfig,
  this.revisionCreateTime,
  this.revisionId,
  this.revisionPublishTime,
  this.revisionUpdateTime,
  this.scoringConfigs,
});