BucketCors class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
maxAgeSeconds
↔ int ?
The value, in seconds, to return in the Access-Control-Max-Age header used
in preflight responses.
getter/setter pair
method
↔ List <String > ?
The list of HTTP methods on which to include CORS response headers, (GET,
OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and
means "any method".
getter/setter pair
origin
↔ List <String > ?
The list of Origins eligible to receive CORS response headers.
getter/setter pair
The list of HTTP headers other than the simple response headers to give
permission for the user-agent to share across domains.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited