menu
kubernetes package
documentation
istio_v1beta1.dart
HTTPRedirect
HTTPRedirect const constructor
HTTPRedirect const constructor
dark_mode
light_mode
HTTPRedirect
constructor
const
HTTPRedirect
(
{
String
?
uri
,
String
?
authority
,
int
?
redirectCode
,
})
The main constructor.
Implementation
const HTTPRedirect({ this.uri, this.authority, this.redirectCode, });
kubernetes package
documentation
istio_v1beta1
HTTPRedirect
HTTPRedirect const constructor
HTTPRedirect class