Google Cloud Apigee V1Graph QLOperation Config Response
data class GoogleCloudApigeeV1GraphQLOperationConfigResponse(val apiSource: String, val attributes: List<GoogleCloudApigeeV1AttributeResponse>, val operations: List<GoogleCloudApigeeV1GraphQLOperationResponse>, val quota: GoogleCloudApigeeV1QuotaResponse)
Binds the resources in a proxy or remote service with the GraphQL operation and its associated quota enforcement.
Constructors
Link copied to clipboard
fun GoogleCloudApigeeV1GraphQLOperationConfigResponse(apiSource: String, attributes: List<GoogleCloudApigeeV1AttributeResponse>, operations: List<GoogleCloudApigeeV1GraphQLOperationResponse>, quota: GoogleCloudApigeeV1QuotaResponse)
Types
Properties
Link copied to clipboard
List of GraphQL name/operation type pairs for the proxy or remote service to which quota will be applied. If only operation types are specified, the quota will be applied to all GraphQL requests irrespective of the GraphQL name. Note: Currently, you can specify only a single GraphQLOperation. Specifying more than one will cause the operation to fail.