GoogleCloudApigeeV1SecurityProfileV2 constructor

GoogleCloudApigeeV1SecurityProfileV2({
  1. String? createTime,
  2. String? description,
  3. bool? googleDefined,
  4. String? name,
  5. Map<String, GoogleCloudApigeeV1SecurityProfileV2ProfileAssessmentConfig>? profileAssessmentConfigs,
  6. String? updateTime,
})

Implementation

GoogleCloudApigeeV1SecurityProfileV2({
  this.createTime,
  this.description,
  this.googleDefined,
  this.name,
  this.profileAssessmentConfigs,
  this.updateTime,
});