GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher constructor

GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher({
  1. String? hostname,
  2. List<int>? ports,
})

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher({
  this.hostname,
  this.ports,
});