Google Cloud Apigee V1Graph QLOperation Args
data class GoogleCloudApigeeV1GraphQLOperationArgs(val operation: Output<String>? = null, val operationTypes: Output<List<String>>) : ConvertibleToJava<GoogleCloudApigeeV1GraphQLOperationArgs>
Represents the pairing of GraphQL operation types and the GraphQL operation name.
Constructors
Link copied to clipboard
fun GoogleCloudApigeeV1GraphQLOperationArgs(operation: Output<String>? = null, operationTypes: Output<List<String>>)