UGemini 2.0.1
A C# wrapper for the Google Gemini API.
Loading...
Searching...
No Matches
Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData Class Reference

Data to patch an existing cached content resource with new data. More...

Public Attributes

DateTime? ExpireTime = null
 Timestamp in UTC of when this resource is considered expired.
 
TimeSpan? TimeToLive = null
 New TTL for this resource.
 

Detailed Description

Data to patch an existing cached content resource with new data.

Member Data Documentation

◆ ExpireTime

DateTime? Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.ExpireTime = null

Timestamp in UTC of when this resource is considered expired.

If not provided, TimeToLive must be provided.

◆ TimeToLive

TimeSpan? Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.TimeToLive = null

New TTL for this resource.

If not provided, ExpireTime must be provided.


The documentation for this class was generated from the following file: