UrlMap constructor
UrlMap({
- String? creationTimestamp,
- CustomErrorResponsePolicy? defaultCustomErrorResponsePolicy,
- HttpRouteAction? defaultRouteAction,
- String? defaultService,
- HttpRedirectAction? defaultUrlRedirect,
- String? description,
- String? fingerprint,
- HttpHeaderAction? headerAction,
- List<
HostRule> hostRules = const [], - BigInt? id,
- String? kind,
- String? name,
- List<
PathMatcher> pathMatchers = const [], - String? region,
- String? selfLink,
- List<
UrlMapTest> tests = const [],
Implementation
UrlMap({
this.creationTimestamp,
this.defaultCustomErrorResponsePolicy,
this.defaultRouteAction,
this.defaultService,
this.defaultUrlRedirect,
this.description,
this.fingerprint,
this.headerAction,
this.hostRules = const [],
this.id,
this.kind,
this.name,
this.pathMatchers = const [],
this.region,
this.selfLink,
this.tests = const [],
}) : super(fullyQualifiedName);