UrlMap constructor
UrlMap({
- String? creationTimestamp,
- HttpRouteAction? defaultRouteAction,
- String? defaultService,
- HttpRedirectAction? defaultUrlRedirect,
- String? description,
- String? fingerprint,
- HttpHeaderAction? headerAction,
- List<
HostRule> ? hostRules, - String? id,
- String? kind,
- String? name,
- List<
PathMatcher> ? pathMatchers, - String? region,
- String? selfLink,
- 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,
});