GoogleCloudStorageBucketCORS
No description
type GoogleCloudStorageBucketCORS {
maxAge: Uint64!
methods: [String!]!
origins: [String!]!
responseHeaders: [String!]!
}
Fields
GoogleCloudStorageBucketCORS.maxAge ● Uint64! non-null scalar
Access-Control-Max-Age
GoogleCloudStorageBucketCORS.methods ● [String!]! non-null scalar
The list of HTTP methods
GoogleCloudStorageBucketCORS.origins ● [String!]! non-null scalar
The list of Origins
GoogleCloudStorageBucketCORS.responseHeaders ● [String!]! non-null scalar
The list of HTTP headers
Member of
GoogleCloudStorageBucket object