maxAge property
Specifies how long result of a preflight request can be cached in seconds. This translates to the Access-Control-Max-Age header.
Implementation
@$pb.TagNumber(6)
$core.String get maxAge => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set maxAge($core.String v) {
$_setString(5, v);
}