Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.31 KB

ModelAddGenerativeAiOpenAIIntegration.md

File metadata and controls

72 lines (39 loc) · 2.31 KB

ModelAddGenerativeAiOpenAIIntegration

Properties

Name Type Description Notes
ApiKey string
ModelId string

Methods

NewModelAddGenerativeAiOpenAIIntegration

func NewModelAddGenerativeAiOpenAIIntegration(apiKey string, modelId string, ) *ModelAddGenerativeAiOpenAIIntegration

NewModelAddGenerativeAiOpenAIIntegration instantiates a new ModelAddGenerativeAiOpenAIIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewModelAddGenerativeAiOpenAIIntegrationWithDefaults

func NewModelAddGenerativeAiOpenAIIntegrationWithDefaults() *ModelAddGenerativeAiOpenAIIntegration

NewModelAddGenerativeAiOpenAIIntegrationWithDefaults instantiates a new ModelAddGenerativeAiOpenAIIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetApiKey

func (o *ModelAddGenerativeAiOpenAIIntegration) GetApiKey() string

GetApiKey returns the ApiKey field if non-nil, zero value otherwise.

GetApiKeyOk

func (o *ModelAddGenerativeAiOpenAIIntegration) GetApiKeyOk() (*string, bool)

GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetApiKey

func (o *ModelAddGenerativeAiOpenAIIntegration) SetApiKey(v string)

SetApiKey sets ApiKey field to given value.

GetModelId

func (o *ModelAddGenerativeAiOpenAIIntegration) GetModelId() string

GetModelId returns the ModelId field if non-nil, zero value otherwise.

GetModelIdOk

func (o *ModelAddGenerativeAiOpenAIIntegration) GetModelIdOk() (*string, bool)

GetModelIdOk returns a tuple with the ModelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModelId

func (o *ModelAddGenerativeAiOpenAIIntegration) SetModelId(v string)

SetModelId sets ModelId field to given value.

[Back to Model list] [Back to API list] [Back to README]