HttpConfig constructor

HttpConfig({
  1. String? proxySecretVersionName,
  2. GCSLocation? proxySslCaInfo,
})

Implementation

HttpConfig({
  this.proxySecretVersionName,
  this.proxySslCaInfo,
});