GoogleCloudApigeeV1LlmOperationConfig constructor

GoogleCloudApigeeV1LlmOperationConfig({
  1. String? apiSource,
  2. List<GoogleCloudApigeeV1Attribute>? attributes,
  3. List<GoogleCloudApigeeV1LlmOperation>? llmOperations,
  4. GoogleCloudApigeeV1LlmTokenQuota? llmTokenQuota,
})

Implementation

GoogleCloudApigeeV1LlmOperationConfig({
  this.apiSource,
  this.attributes,
  this.llmOperations,
  this.llmTokenQuota,
});