Google Cloud Apigee V1Operation Config Args
data class GoogleCloudApigeeV1OperationConfigArgs(val apiSource: Output<String>, val attributes: Output<List<GoogleCloudApigeeV1AttributeArgs>>? = null, val operations: Output<List<GoogleCloudApigeeV1OperationArgs>>? = null, val quota: Output<GoogleCloudApigeeV1QuotaArgs>? = null) : ConvertibleToJava<GoogleCloudApigeeV1OperationConfigArgs>
Binds the resources in an API proxy or remote service with the allowed REST methods and associated quota enforcement.
Constructors
Link copied to clipboard
fun GoogleCloudApigeeV1OperationConfigArgs(apiSource: Output<String>, attributes: Output<List<GoogleCloudApigeeV1AttributeArgs>>? = null, operations: Output<List<GoogleCloudApigeeV1OperationArgs>>? = null, quota: Output<GoogleCloudApigeeV1QuotaArgs>? = null)