GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig constructor

GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig({
  1. String? createTtl,
  2. String? generateCreatedTtl,
  3. String? generateUpdatedTtl,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig({
  this.createTtl,
  this.generateCreatedTtl,
  this.generateUpdatedTtl,
});