GoogleCloudBeyondcorpSecuritygatewaysV1Application constructor

GoogleCloudBeyondcorpSecuritygatewaysV1Application({
  1. String? createTime,
  2. String? displayName,
  3. List<GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>? endpointMatchers,
  4. String? name,
  5. String? updateTime,
})

Implementation

GoogleCloudBeyondcorpSecuritygatewaysV1Application({
  this.createTime,
  this.displayName,
  this.endpointMatchers,
  this.name,
  this.updateTime,
});