type property

String? type
getter/setter pair

The redirect status code.

Required. Possible string values are:

  • "REDIRECT_TYPE_UNSPECIFIED" : The default redirect type; should not be intentionlly used.
  • "MOVED_PERMANENTLY" : The redirect will respond with an HTTP status code of 301 Moved Permanently.

Implementation

core.String? type;