Get Open AIResult
data class GetOpenAIResult(val id: String, val name: String, val properties: OpenAIIntegrationPropertiesResponse, val type: String)
Capture properties of Open AI resource Integration.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: OpenAIIntegrationPropertiesResponse, type: String)