Cached Content
@Serializable
Represents the cached content.
Constructors
Link copied to clipboard
constructor(contents: List<Content>? = null, tools: List<Tool>? = null, createTime: String? = null, updateTime: String? = null, usageMetadata: UsageMetadata? = null, expireTime: String? = null, ttl: String? = null, name: String? = null, displayName: String? = null, model: String? = null, systemInstruction: Content? = null, toolConfig: ToolConfig? = null)
Properties
Link copied to clipboard
The create time.
Link copied to clipboard
The display name.
Link copied to clipboard
The expire time.
Link copied to clipboard
The system instruction.
Link copied to clipboard
The tool config.
Link copied to clipboard
The update time.
Link copied to clipboard
The usage metadata.