GclbTarget constructor

GclbTarget({
  1. List<IpConfig>? ipConfigs,
  2. String? targetHttpsProxy,
  3. String? targetSslProxy,
})

Implementation

GclbTarget({
  this.ipConfigs,
  this.targetHttpsProxy,
  this.targetSslProxy,
});