GoogleCloudApigeeV1TargetServer constructor

GoogleCloudApigeeV1TargetServer({
  1. String? description,
  2. String? host,
  3. bool? isEnabled,
  4. String? name,
  5. int? port,
  6. String? protocol,
  7. GoogleCloudApigeeV1TlsInfo? sSLInfo,
})

Implementation

GoogleCloudApigeeV1TargetServer({
  this.description,
  this.host,
  this.isEnabled,
  this.name,
  this.port,
  this.protocol,
  this.sSLInfo,
});