GoogleCloudApigeeV1SecuritySettings constructor

GoogleCloudApigeeV1SecuritySettings({
  1. bool? mlRetrainingFeedbackEnabled,
  2. String? name,
})

Implementation

GoogleCloudApigeeV1SecuritySettings({
  this.mlRetrainingFeedbackEnabled,
  this.name,
});