GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint constructor

GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint({
  1. String? host,
  2. int? port,
})

Implementation

GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint({
  this.host,
  this.port,
});