GoogleCloudApigeeV1ProfileConfigCategory constructor
GoogleCloudApigeeV1ProfileConfigCategory({
- GoogleCloudApigeeV1ProfileConfigAbuse? abuse,
- GoogleCloudApigeeV1ProfileConfigAuthorization? authorization,
- GoogleCloudApigeeV1ProfileConfigCORS? cors,
- GoogleCloudApigeeV1ProfileConfigMediation? mediation,
- GoogleCloudApigeeV1ProfileConfigMTLS? mtls,
- GoogleCloudApigeeV1ProfileConfigThreat? threat,
Implementation
GoogleCloudApigeeV1ProfileConfigCategory({
this.abuse,
this.authorization,
this.cors,
this.mediation,
this.mtls,
this.threat,
});