GoogleCloudApigeeV1SecurityAction constructor

GoogleCloudApigeeV1SecurityAction({
  1. GoogleCloudApigeeV1SecurityActionAllow? allow,
  2. List<String>? apiProxies,
  3. GoogleCloudApigeeV1SecurityActionConditionConfig? conditionConfig,
  4. String? createTime,
  5. GoogleCloudApigeeV1SecurityActionDeny? deny,
  6. String? description,
  7. String? expireTime,
  8. GoogleCloudApigeeV1SecurityActionFlag? flag,
  9. String? name,
  10. String? state,
  11. String? ttl,
  12. String? updateTime,
})

Implementation

GoogleCloudApigeeV1SecurityAction({
  this.allow,
  this.apiProxies,
  this.conditionConfig,
  this.createTime,
  this.deny,
  this.description,
  this.expireTime,
  this.flag,
  this.name,
  this.state,
  this.ttl,
  this.updateTime,
});