HttpConfig constructor
HttpConfig({
- String? proxySecretVersionName,
- GCSLocation? proxySslCaInfo,
Implementation
HttpConfig({
this.proxySecretVersionName,
this.proxySslCaInfo,
});