GoogleCloudApigeeV1SecurityAction constructor

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

Implementation

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