UrlMap constructor

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

Implementation

UrlMap({
  this.creationTimestamp,
  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,
});