operations property

List<GoogleCloudApigeeV1GraphQLOperation>? operations
getter/setter pair

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.

Required.

Implementation

core.List<GoogleCloudApigeeV1GraphQLOperation>? operations;