Part

@Serializable
data class Part(val text: String? = null, val inline_data: GenerateContentRequest.Image? = null)

Constructors

Link copied to clipboard
constructor(text: String? = null, inline_data: GenerateContentRequest.Image? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val text: String? = null