GoogleCloudApigeeV1SecurityAction constructor
GoogleCloudApigeeV1SecurityAction({
- GoogleCloudApigeeV1SecurityActionAllow? allow,
- GoogleCloudApigeeV1SecurityActionConditionConfig? conditionConfig,
- String? createTime,
- GoogleCloudApigeeV1SecurityActionDeny? deny,
- String? description,
- String? expireTime,
- GoogleCloudApigeeV1SecurityActionFlag? flag,
- String? name,
- String? state,
- String? ttl,
- 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,
});