GoogleCloudApigeeV1SecurityActionsConfig constructor

GoogleCloudApigeeV1SecurityActionsConfig({
  1. bool? enabled,
  2. String? name,
  3. String? updateTime,
})

Implementation

GoogleCloudApigeeV1SecurityActionsConfig({
  this.enabled,
  this.name,
  this.updateTime,
});