UrlMap constructor

UrlMap({
  1. String? creationTimestamp,
  2. CustomErrorResponsePolicy? defaultCustomErrorResponsePolicy,
  3. HttpRouteAction? defaultRouteAction,
  4. String? defaultService,
  5. HttpRedirectAction? defaultUrlRedirect,
  6. String? description,
  7. String? fingerprint,
  8. HttpHeaderAction? headerAction,
  9. List<HostRule>? hostRules,
  10. String? id,
  11. String? kind,
  12. String? name,
  13. List<PathMatcher>? pathMatchers,
  14. String? region,
  15. String? selfLink,
  16. List<UrlMapTest>? tests,
})

Implementation

UrlMap({
  this.creationTimestamp,
  this.defaultCustomErrorResponsePolicy,
  this.defaultRouteAction,
  this.defaultService,
  this.defaultUrlRedirect,
  this.description,
  this.fingerprint,
  this.headerAction,
  this.hostRules,
  this.id,
  this.kind,
  this.name,
  this.pathMatchers,
  this.region,
  this.selfLink,
  this.tests,
});