GoogleCloudApigeeV1TargetServerConfig constructor

GoogleCloudApigeeV1TargetServerConfig({
  1. bool? enabled,
  2. String? host,
  3. String? name,
  4. int? port,
  5. String? protocol,
  6. GoogleCloudApigeeV1TlsInfoConfig? tlsInfo,
})

Implementation

GoogleCloudApigeeV1TargetServerConfig({
  this.enabled,
  this.host,
  this.name,
  this.port,
  this.protocol,
  this.tlsInfo,
});