GetOpenAIResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The id of the integration.

Link copied to clipboard

Name of the integration.

Link copied to clipboard

Open AI Integration details.

Link copied to clipboard

The type of the integration.