GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway constructor

GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway({
  1. String? appGateway,
  2. int? ingressPort,
  3. String? l7psc,
  4. String? type,
  5. String? uri,
})

Implementation

GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway({
  this.appGateway,
  this.ingressPort,
  this.l7psc,
  this.type,
  this.uri,
});