Versions in this module Expand all Collapse all v0 v0.1.0 Jun 5, 2024 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + AvailabilitiesAiV1Api AvailabilitiesAiV1Api + ChatCompletionsAiV1Api ChatCompletionsAiV1Api + DocCompletionsDocsAiV1Api DocCompletionsDocsAiV1Api + FeedbacksAiV1Api FeedbacksAiV1Api + OrgPreferencesAiV1Api OrgPreferencesAiV1Api + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AiV1Availability struct + AiAssistantEnabled *bool + ApiVersion *string + Kind *string + func NewAiV1Availability() *AiV1Availability + func NewAiV1AvailabilityWithDefaults() *AiV1Availability + func (o *AiV1Availability) GetAiAssistantEnabled() bool + func (o *AiV1Availability) GetAiAssistantEnabledOk() (*bool, bool) + func (o *AiV1Availability) GetApiVersion() string + func (o *AiV1Availability) GetApiVersionOk() (*string, bool) + func (o *AiV1Availability) GetKind() string + func (o *AiV1Availability) GetKindOk() (*string, bool) + func (o *AiV1Availability) HasAiAssistantEnabled() bool + func (o *AiV1Availability) HasApiVersion() bool + func (o *AiV1Availability) HasKind() bool + func (o *AiV1Availability) Redact() + func (o *AiV1Availability) SetAiAssistantEnabled(v bool) + func (o *AiV1Availability) SetApiVersion(v string) + func (o *AiV1Availability) SetKind(v string) + func (o AiV1Availability) MarshalJSON() ([]byte, error) + type AiV1ChatCompletionsHistory struct + Answer *string + Question *string + func NewAiV1ChatCompletionsHistory() *AiV1ChatCompletionsHistory + func NewAiV1ChatCompletionsHistoryWithDefaults() *AiV1ChatCompletionsHistory + func (o *AiV1ChatCompletionsHistory) GetAnswer() string + func (o *AiV1ChatCompletionsHistory) GetAnswerOk() (*string, bool) + func (o *AiV1ChatCompletionsHistory) GetQuestion() string + func (o *AiV1ChatCompletionsHistory) GetQuestionOk() (*string, bool) + func (o *AiV1ChatCompletionsHistory) HasAnswer() bool + func (o *AiV1ChatCompletionsHistory) HasQuestion() bool + func (o *AiV1ChatCompletionsHistory) Redact() + func (o *AiV1ChatCompletionsHistory) SetAnswer(v string) + func (o *AiV1ChatCompletionsHistory) SetQuestion(v string) + func (o AiV1ChatCompletionsHistory) MarshalJSON() ([]byte, error) + type AiV1ChatCompletionsReply struct + AiSessionId *string + Answer *string + ApiVersion *string + Id *string + Kind *string + Metadata *ObjectMeta + Question *string + func NewAiV1ChatCompletionsReply() *AiV1ChatCompletionsReply + func NewAiV1ChatCompletionsReplyWithDefaults() *AiV1ChatCompletionsReply + func (o *AiV1ChatCompletionsReply) GetAiSessionId() string + func (o *AiV1ChatCompletionsReply) GetAiSessionIdOk() (*string, bool) + func (o *AiV1ChatCompletionsReply) GetAnswer() string + func (o *AiV1ChatCompletionsReply) GetAnswerOk() (*string, bool) + func (o *AiV1ChatCompletionsReply) GetApiVersion() string + func (o *AiV1ChatCompletionsReply) GetApiVersionOk() (*string, bool) + func (o *AiV1ChatCompletionsReply) GetId() string + func (o *AiV1ChatCompletionsReply) GetIdOk() (*string, bool) + func (o *AiV1ChatCompletionsReply) GetKind() string + func (o *AiV1ChatCompletionsReply) GetKindOk() (*string, bool) + func (o *AiV1ChatCompletionsReply) GetMetadata() ObjectMeta + func (o *AiV1ChatCompletionsReply) GetMetadataOk() (*ObjectMeta, bool) + func (o *AiV1ChatCompletionsReply) GetQuestion() string + func (o *AiV1ChatCompletionsReply) GetQuestionOk() (*string, bool) + func (o *AiV1ChatCompletionsReply) HasAiSessionId() bool + func (o *AiV1ChatCompletionsReply) HasAnswer() bool + func (o *AiV1ChatCompletionsReply) HasApiVersion() bool + func (o *AiV1ChatCompletionsReply) HasId() bool + func (o *AiV1ChatCompletionsReply) HasKind() bool + func (o *AiV1ChatCompletionsReply) HasMetadata() bool + func (o *AiV1ChatCompletionsReply) HasQuestion() bool + func (o *AiV1ChatCompletionsReply) Redact() + func (o *AiV1ChatCompletionsReply) SetAiSessionId(v string) + func (o *AiV1ChatCompletionsReply) SetAnswer(v string) + func (o *AiV1ChatCompletionsReply) SetApiVersion(v string) + func (o *AiV1ChatCompletionsReply) SetId(v string) + func (o *AiV1ChatCompletionsReply) SetKind(v string) + func (o *AiV1ChatCompletionsReply) SetMetadata(v ObjectMeta) + func (o *AiV1ChatCompletionsReply) SetQuestion(v string) + func (o AiV1ChatCompletionsReply) MarshalJSON() ([]byte, error) + type AiV1ChatCompletionsRequest struct + AiSessionId *string + ApiVersion *string + DriftEnabled *bool + History *[]AiV1ChatCompletionsHistory + Id *string + Kind *string + Metadata *ObjectMeta + Question *string + func NewAiV1ChatCompletionsRequest() *AiV1ChatCompletionsRequest + func NewAiV1ChatCompletionsRequestWithDefaults() *AiV1ChatCompletionsRequest + func (o *AiV1ChatCompletionsRequest) GetAiSessionId() string + func (o *AiV1ChatCompletionsRequest) GetAiSessionIdOk() (*string, bool) + func (o *AiV1ChatCompletionsRequest) GetApiVersion() string + func (o *AiV1ChatCompletionsRequest) GetApiVersionOk() (*string, bool) + func (o *AiV1ChatCompletionsRequest) GetDriftEnabled() bool + func (o *AiV1ChatCompletionsRequest) GetDriftEnabledOk() (*bool, bool) + func (o *AiV1ChatCompletionsRequest) GetHistory() []AiV1ChatCompletionsHistory + func (o *AiV1ChatCompletionsRequest) GetHistoryOk() (*[]AiV1ChatCompletionsHistory, bool) + func (o *AiV1ChatCompletionsRequest) GetId() string + func (o *AiV1ChatCompletionsRequest) GetIdOk() (*string, bool) + func (o *AiV1ChatCompletionsRequest) GetKind() string + func (o *AiV1ChatCompletionsRequest) GetKindOk() (*string, bool) + func (o *AiV1ChatCompletionsRequest) GetMetadata() ObjectMeta + func (o *AiV1ChatCompletionsRequest) GetMetadataOk() (*ObjectMeta, bool) + func (o *AiV1ChatCompletionsRequest) GetQuestion() string + func (o *AiV1ChatCompletionsRequest) GetQuestionOk() (*string, bool) + func (o *AiV1ChatCompletionsRequest) HasAiSessionId() bool + func (o *AiV1ChatCompletionsRequest) HasApiVersion() bool + func (o *AiV1ChatCompletionsRequest) HasDriftEnabled() bool + func (o *AiV1ChatCompletionsRequest) HasHistory() bool + func (o *AiV1ChatCompletionsRequest) HasId() bool + func (o *AiV1ChatCompletionsRequest) HasKind() bool + func (o *AiV1ChatCompletionsRequest) HasMetadata() bool + func (o *AiV1ChatCompletionsRequest) HasQuestion() bool + func (o *AiV1ChatCompletionsRequest) Redact() + func (o *AiV1ChatCompletionsRequest) SetAiSessionId(v string) + func (o *AiV1ChatCompletionsRequest) SetApiVersion(v string) + func (o *AiV1ChatCompletionsRequest) SetDriftEnabled(v bool) + func (o *AiV1ChatCompletionsRequest) SetHistory(v []AiV1ChatCompletionsHistory) + func (o *AiV1ChatCompletionsRequest) SetId(v string) + func (o *AiV1ChatCompletionsRequest) SetKind(v string) + func (o *AiV1ChatCompletionsRequest) SetMetadata(v ObjectMeta) + func (o *AiV1ChatCompletionsRequest) SetQuestion(v string) + func (o AiV1ChatCompletionsRequest) MarshalJSON() ([]byte, error) + type AiV1Feedback struct + AiSessionId *string + ApiVersion *string + Comment NullableString + Copied *string + Id *string + Kind *string + Metadata *ObjectMeta + Reaction *string + func NewAiV1Feedback() *AiV1Feedback + func NewAiV1FeedbackWithDefaults() *AiV1Feedback + func (o *AiV1Feedback) GetAiSessionId() string + func (o *AiV1Feedback) GetAiSessionIdOk() (*string, bool) + func (o *AiV1Feedback) GetApiVersion() string + func (o *AiV1Feedback) GetApiVersionOk() (*string, bool) + func (o *AiV1Feedback) GetComment() string + func (o *AiV1Feedback) GetCommentOk() (*string, bool) + func (o *AiV1Feedback) GetCopied() string + func (o *AiV1Feedback) GetCopiedOk() (*string, bool) + func (o *AiV1Feedback) GetId() string + func (o *AiV1Feedback) GetIdOk() (*string, bool) + func (o *AiV1Feedback) GetKind() string + func (o *AiV1Feedback) GetKindOk() (*string, bool) + func (o *AiV1Feedback) GetMetadata() ObjectMeta + func (o *AiV1Feedback) GetMetadataOk() (*ObjectMeta, bool) + func (o *AiV1Feedback) GetReaction() string + func (o *AiV1Feedback) GetReactionOk() (*string, bool) + func (o *AiV1Feedback) HasAiSessionId() bool + func (o *AiV1Feedback) HasApiVersion() bool + func (o *AiV1Feedback) HasComment() bool + func (o *AiV1Feedback) HasCopied() bool + func (o *AiV1Feedback) HasId() bool + func (o *AiV1Feedback) HasKind() bool + func (o *AiV1Feedback) HasMetadata() bool + func (o *AiV1Feedback) HasReaction() bool + func (o *AiV1Feedback) Redact() + func (o *AiV1Feedback) SetAiSessionId(v string) + func (o *AiV1Feedback) SetApiVersion(v string) + func (o *AiV1Feedback) SetComment(v string) + func (o *AiV1Feedback) SetCommentNil() + func (o *AiV1Feedback) SetCopied(v string) + func (o *AiV1Feedback) SetId(v string) + func (o *AiV1Feedback) SetKind(v string) + func (o *AiV1Feedback) SetMetadata(v ObjectMeta) + func (o *AiV1Feedback) SetReaction(v string) + func (o *AiV1Feedback) UnsetComment() + func (o AiV1Feedback) MarshalJSON() ([]byte, error) + type AiV1OrgPreferences struct + AiAssistantEnabled *bool + ApiVersion *string + Kind *string + func NewAiV1OrgPreferences() *AiV1OrgPreferences + func NewAiV1OrgPreferencesWithDefaults() *AiV1OrgPreferences + func (o *AiV1OrgPreferences) GetAiAssistantEnabled() bool + func (o *AiV1OrgPreferences) GetAiAssistantEnabledOk() (*bool, bool) + func (o *AiV1OrgPreferences) GetApiVersion() string + func (o *AiV1OrgPreferences) GetApiVersionOk() (*string, bool) + func (o *AiV1OrgPreferences) GetKind() string + func (o *AiV1OrgPreferences) GetKindOk() (*string, bool) + func (o *AiV1OrgPreferences) HasAiAssistantEnabled() bool + func (o *AiV1OrgPreferences) HasApiVersion() bool + func (o *AiV1OrgPreferences) HasKind() bool + func (o *AiV1OrgPreferences) Redact() + func (o *AiV1OrgPreferences) SetAiAssistantEnabled(v bool) + func (o *AiV1OrgPreferences) SetApiVersion(v string) + func (o *AiV1OrgPreferences) SetKind(v string) + func (o AiV1OrgPreferences) MarshalJSON() ([]byte, error) + type ApiCreateAiV1ChatCompletionFeedbackRequest struct + ApiService FeedbacksAiV1Api + func (r ApiCreateAiV1ChatCompletionFeedbackRequest) AiV1Feedback(aiV1Feedback AiV1Feedback) ApiCreateAiV1ChatCompletionFeedbackRequest + func (r ApiCreateAiV1ChatCompletionFeedbackRequest) Execute() (*_nethttp.Response, error) + type ApiCreateAiV1DocCompletionFeedbackRequest struct + ApiService FeedbacksAiV1Api + func (r ApiCreateAiV1DocCompletionFeedbackRequest) AiV1Feedback(aiV1Feedback AiV1Feedback) ApiCreateAiV1DocCompletionFeedbackRequest + func (r ApiCreateAiV1DocCompletionFeedbackRequest) Execute() (*_nethttp.Response, error) + type ApiGetAiV1AvailabilityRequest struct + ApiService AvailabilitiesAiV1Api + func (r ApiGetAiV1AvailabilityRequest) Execute() (AiV1Availability, *_nethttp.Response, error) + type ApiGetAiV1ChatCompletionRequest struct + ApiService ChatCompletionsAiV1Api + func (r ApiGetAiV1ChatCompletionRequest) Execute() (*_nethttp.Response, error) + type ApiGetAiV1OrgPreferenceRequest struct + ApiService OrgPreferencesAiV1Api + func (r ApiGetAiV1OrgPreferenceRequest) Execute() (AiV1OrgPreferences, *_nethttp.Response, error) + type ApiQueryAiV1ChatCompletionRequest struct + ApiService ChatCompletionsAiV1Api + func (r ApiQueryAiV1ChatCompletionRequest) AiV1ChatCompletionsRequest(aiV1ChatCompletionsRequest AiV1ChatCompletionsRequest) ApiQueryAiV1ChatCompletionRequest + func (r ApiQueryAiV1ChatCompletionRequest) Execute() (AiV1ChatCompletionsReply, *_nethttp.Response, error) + type ApiQueryDocsAiV1DocCompletionRequest struct + ApiService DocCompletionsDocsAiV1Api + func (r ApiQueryDocsAiV1DocCompletionRequest) AiV1ChatCompletionsRequest(aiV1ChatCompletionsRequest AiV1ChatCompletionsRequest) ApiQueryDocsAiV1DocCompletionRequest + func (r ApiQueryDocsAiV1DocCompletionRequest) Execute() (AiV1ChatCompletionsReply, *_nethttp.Response, error) + type ApiUpdateAiV1OrgPreferenceRequest struct + ApiService OrgPreferencesAiV1Api + func (r ApiUpdateAiV1OrgPreferenceRequest) AiV1OrgPreferences(aiV1OrgPreferences AiV1OrgPreferences) ApiUpdateAiV1OrgPreferenceRequest + func (r ApiUpdateAiV1OrgPreferenceRequest) Execute() (AiV1OrgPreferences, *_nethttp.Response, error) + type AvailabilitiesAiV1Api interface + GetAiV1Availability func(ctx _context.Context) ApiGetAiV1AvailabilityRequest + GetAiV1AvailabilityExecute func(r ApiGetAiV1AvailabilityRequest) (AiV1Availability, *_nethttp.Response, error) + type AvailabilitiesAiV1ApiService service + func (a *AvailabilitiesAiV1ApiService) GetAiV1Availability(ctx _context.Context) ApiGetAiV1AvailabilityRequest + func (a *AvailabilitiesAiV1ApiService) GetAiV1AvailabilityExecute(r ApiGetAiV1AvailabilityRequest) (AiV1Availability, *_nethttp.Response, error) + type BasicAuth struct + Password string + UserName string + type ChatCompletionsAiV1Api interface + GetAiV1ChatCompletion func(ctx _context.Context) ApiGetAiV1ChatCompletionRequest + GetAiV1ChatCompletionExecute func(r ApiGetAiV1ChatCompletionRequest) (*_nethttp.Response, error) + QueryAiV1ChatCompletion func(ctx _context.Context) ApiQueryAiV1ChatCompletionRequest + QueryAiV1ChatCompletionExecute func(r ApiQueryAiV1ChatCompletionRequest) (AiV1ChatCompletionsReply, *_nethttp.Response, error) + type ChatCompletionsAiV1ApiService service + func (a *ChatCompletionsAiV1ApiService) GetAiV1ChatCompletion(ctx _context.Context) ApiGetAiV1ChatCompletionRequest + func (a *ChatCompletionsAiV1ApiService) GetAiV1ChatCompletionExecute(r ApiGetAiV1ChatCompletionRequest) (*_nethttp.Response, error) + func (a *ChatCompletionsAiV1ApiService) QueryAiV1ChatCompletion(ctx _context.Context) ApiQueryAiV1ChatCompletionRequest + func (a *ChatCompletionsAiV1ApiService) QueryAiV1ChatCompletionExecute(r ApiQueryAiV1ChatCompletionRequest) (AiV1ChatCompletionsReply, *_nethttp.Response, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type DocCompletionsDocsAiV1Api interface + QueryDocsAiV1DocCompletion func(ctx _context.Context) ApiQueryDocsAiV1DocCompletionRequest + QueryDocsAiV1DocCompletionExecute func(r ApiQueryDocsAiV1DocCompletionRequest) (AiV1ChatCompletionsReply, *_nethttp.Response, error) + type DocCompletionsDocsAiV1ApiService service + func (a *DocCompletionsDocsAiV1ApiService) QueryDocsAiV1DocCompletion(ctx _context.Context) ApiQueryDocsAiV1DocCompletionRequest + func (a *DocCompletionsDocsAiV1ApiService) QueryDocsAiV1DocCompletionExecute(r ApiQueryDocsAiV1DocCompletionRequest) (AiV1ChatCompletionsReply, *_nethttp.Response, error) + type Error struct + Code *string + Detail *string + Id *string + Source *ErrorSource + Status *string + Title *string + func NewError() *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() string + func (o *Error) GetCodeOk() (*string, bool) + func (o *Error) GetDetail() string + func (o *Error) GetDetailOk() (*string, bool) + func (o *Error) GetId() string + func (o *Error) GetIdOk() (*string, bool) + func (o *Error) GetSource() ErrorSource + func (o *Error) GetSourceOk() (*ErrorSource, bool) + func (o *Error) GetStatus() string + func (o *Error) GetStatusOk() (*string, bool) + func (o *Error) GetTitle() string + func (o *Error) GetTitleOk() (*string, bool) + func (o *Error) HasCode() bool + func (o *Error) HasDetail() bool + func (o *Error) HasId() bool + func (o *Error) HasSource() bool + func (o *Error) HasStatus() bool + func (o *Error) HasTitle() bool + func (o *Error) Redact() + func (o *Error) SetCode(v string) + func (o *Error) SetDetail(v string) + func (o *Error) SetId(v string) + func (o *Error) SetSource(v ErrorSource) + func (o *Error) SetStatus(v string) + func (o *Error) SetTitle(v string) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorSource struct + Parameter *string + Pointer *string + func NewErrorSource() *ErrorSource + func NewErrorSourceWithDefaults() *ErrorSource + func (o *ErrorSource) GetParameter() string + func (o *ErrorSource) GetParameterOk() (*string, bool) + func (o *ErrorSource) GetPointer() string + func (o *ErrorSource) GetPointerOk() (*string, bool) + func (o *ErrorSource) HasParameter() bool + func (o *ErrorSource) HasPointer() bool + func (o *ErrorSource) Redact() + func (o *ErrorSource) SetParameter(v string) + func (o *ErrorSource) SetPointer(v string) + func (o ErrorSource) MarshalJSON() ([]byte, error) + type Failure struct + Errors []Error + func NewFailure(errors []Error) *Failure + func NewFailureWithDefaults() *Failure + func (o *Failure) GetErrors() []Error + func (o *Failure) GetErrorsOk() (*[]Error, bool) + func (o *Failure) Redact() + func (o *Failure) SetErrors(v []Error) + func (o Failure) MarshalJSON() ([]byte, error) + type FeedbacksAiV1Api interface + CreateAiV1ChatCompletionFeedback func(ctx _context.Context, chatCompletionId string) ApiCreateAiV1ChatCompletionFeedbackRequest + CreateAiV1ChatCompletionFeedbackExecute func(r ApiCreateAiV1ChatCompletionFeedbackRequest) (*_nethttp.Response, error) + CreateAiV1DocCompletionFeedback func(ctx _context.Context, docCompletionId string) ApiCreateAiV1DocCompletionFeedbackRequest + CreateAiV1DocCompletionFeedbackExecute func(r ApiCreateAiV1DocCompletionFeedbackRequest) (*_nethttp.Response, error) + type FeedbacksAiV1ApiService service + func (a *FeedbacksAiV1ApiService) CreateAiV1ChatCompletionFeedback(ctx _context.Context, chatCompletionId string) ApiCreateAiV1ChatCompletionFeedbackRequest + func (a *FeedbacksAiV1ApiService) CreateAiV1ChatCompletionFeedbackExecute(r ApiCreateAiV1ChatCompletionFeedbackRequest) (*_nethttp.Response, error) + func (a *FeedbacksAiV1ApiService) CreateAiV1DocCompletionFeedback(ctx _context.Context, docCompletionId string) ApiCreateAiV1DocCompletionFeedbackRequest + func (a *FeedbacksAiV1ApiService) CreateAiV1DocCompletionFeedbackExecute(r ApiCreateAiV1DocCompletionFeedbackRequest) (*_nethttp.Response, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type ListMeta struct + First NullableString + Last NullableString + Next NullableString + Prev NullableString + TotalSize *int32 + func NewListMeta() *ListMeta + func NewListMetaWithDefaults() *ListMeta + func (o *ListMeta) GetFirst() string + func (o *ListMeta) GetFirstOk() (*string, bool) + func (o *ListMeta) GetLast() string + func (o *ListMeta) GetLastOk() (*string, bool) + func (o *ListMeta) GetNext() string + func (o *ListMeta) GetNextOk() (*string, bool) + func (o *ListMeta) GetPrev() string + func (o *ListMeta) GetPrevOk() (*string, bool) + func (o *ListMeta) GetTotalSize() int32 + func (o *ListMeta) GetTotalSizeOk() (*int32, bool) + func (o *ListMeta) HasFirst() bool + func (o *ListMeta) HasLast() bool + func (o *ListMeta) HasNext() bool + func (o *ListMeta) HasPrev() bool + func (o *ListMeta) HasTotalSize() bool + func (o *ListMeta) Redact() + func (o *ListMeta) SetFirst(v string) + func (o *ListMeta) SetFirstNil() + func (o *ListMeta) SetLast(v string) + func (o *ListMeta) SetLastNil() + func (o *ListMeta) SetNext(v string) + func (o *ListMeta) SetNextNil() + func (o *ListMeta) SetPrev(v string) + func (o *ListMeta) SetPrevNil() + func (o *ListMeta) SetTotalSize(v int32) + func (o *ListMeta) UnsetFirst() + func (o *ListMeta) UnsetLast() + func (o *ListMeta) UnsetNext() + func (o *ListMeta) UnsetPrev() + func (o ListMeta) MarshalJSON() ([]byte, error) + type NullableAiV1Availability struct + func NewNullableAiV1Availability(val *AiV1Availability) *NullableAiV1Availability + func (v *NullableAiV1Availability) Set(val *AiV1Availability) + func (v *NullableAiV1Availability) UnmarshalJSON(src []byte) error + func (v *NullableAiV1Availability) Unset() + func (v NullableAiV1Availability) Get() *AiV1Availability + func (v NullableAiV1Availability) IsSet() bool + func (v NullableAiV1Availability) MarshalJSON() ([]byte, error) + type NullableAiV1ChatCompletionsHistory struct + func NewNullableAiV1ChatCompletionsHistory(val *AiV1ChatCompletionsHistory) *NullableAiV1ChatCompletionsHistory + func (v *NullableAiV1ChatCompletionsHistory) Set(val *AiV1ChatCompletionsHistory) + func (v *NullableAiV1ChatCompletionsHistory) UnmarshalJSON(src []byte) error + func (v *NullableAiV1ChatCompletionsHistory) Unset() + func (v NullableAiV1ChatCompletionsHistory) Get() *AiV1ChatCompletionsHistory + func (v NullableAiV1ChatCompletionsHistory) IsSet() bool + func (v NullableAiV1ChatCompletionsHistory) MarshalJSON() ([]byte, error) + type NullableAiV1ChatCompletionsReply struct + func NewNullableAiV1ChatCompletionsReply(val *AiV1ChatCompletionsReply) *NullableAiV1ChatCompletionsReply + func (v *NullableAiV1ChatCompletionsReply) Set(val *AiV1ChatCompletionsReply) + func (v *NullableAiV1ChatCompletionsReply) UnmarshalJSON(src []byte) error + func (v *NullableAiV1ChatCompletionsReply) Unset() + func (v NullableAiV1ChatCompletionsReply) Get() *AiV1ChatCompletionsReply + func (v NullableAiV1ChatCompletionsReply) IsSet() bool + func (v NullableAiV1ChatCompletionsReply) MarshalJSON() ([]byte, error) + type NullableAiV1ChatCompletionsRequest struct + func NewNullableAiV1ChatCompletionsRequest(val *AiV1ChatCompletionsRequest) *NullableAiV1ChatCompletionsRequest + func (v *NullableAiV1ChatCompletionsRequest) Set(val *AiV1ChatCompletionsRequest) + func (v *NullableAiV1ChatCompletionsRequest) UnmarshalJSON(src []byte) error + func (v *NullableAiV1ChatCompletionsRequest) Unset() + func (v NullableAiV1ChatCompletionsRequest) Get() *AiV1ChatCompletionsRequest + func (v NullableAiV1ChatCompletionsRequest) IsSet() bool + func (v NullableAiV1ChatCompletionsRequest) MarshalJSON() ([]byte, error) + type NullableAiV1Feedback struct + func NewNullableAiV1Feedback(val *AiV1Feedback) *NullableAiV1Feedback + func (v *NullableAiV1Feedback) Set(val *AiV1Feedback) + func (v *NullableAiV1Feedback) UnmarshalJSON(src []byte) error + func (v *NullableAiV1Feedback) Unset() + func (v NullableAiV1Feedback) Get() *AiV1Feedback + func (v NullableAiV1Feedback) IsSet() bool + func (v NullableAiV1Feedback) MarshalJSON() ([]byte, error) + type NullableAiV1OrgPreferences struct + func NewNullableAiV1OrgPreferences(val *AiV1OrgPreferences) *NullableAiV1OrgPreferences + func (v *NullableAiV1OrgPreferences) Set(val *AiV1OrgPreferences) + func (v *NullableAiV1OrgPreferences) UnmarshalJSON(src []byte) error + func (v *NullableAiV1OrgPreferences) Unset() + func (v NullableAiV1OrgPreferences) Get() *AiV1OrgPreferences + func (v NullableAiV1OrgPreferences) IsSet() bool + func (v NullableAiV1OrgPreferences) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorSource struct + func NewNullableErrorSource(val *ErrorSource) *NullableErrorSource + func (v *NullableErrorSource) Set(val *ErrorSource) + func (v *NullableErrorSource) UnmarshalJSON(src []byte) error + func (v *NullableErrorSource) Unset() + func (v NullableErrorSource) Get() *ErrorSource + func (v NullableErrorSource) IsSet() bool + func (v NullableErrorSource) MarshalJSON() ([]byte, error) + type NullableFailure struct + func NewNullableFailure(val *Failure) *NullableFailure + func (v *NullableFailure) Set(val *Failure) + func (v *NullableFailure) UnmarshalJSON(src []byte) error + func (v *NullableFailure) Unset() + func (v NullableFailure) Get() *Failure + func (v NullableFailure) IsSet() bool + func (v NullableFailure) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListMeta struct + func NewNullableListMeta(val *ListMeta) *NullableListMeta + func (v *NullableListMeta) Set(val *ListMeta) + func (v *NullableListMeta) UnmarshalJSON(src []byte) error + func (v *NullableListMeta) Unset() + func (v NullableListMeta) Get() *ListMeta + func (v NullableListMeta) IsSet() bool + func (v NullableListMeta) MarshalJSON() ([]byte, error) + type NullableObjectMeta struct + func NewNullableObjectMeta(val *ObjectMeta) *NullableObjectMeta + func (v *NullableObjectMeta) Set(val *ObjectMeta) + func (v *NullableObjectMeta) UnmarshalJSON(src []byte) error + func (v *NullableObjectMeta) Unset() + func (v NullableObjectMeta) Get() *ObjectMeta + func (v NullableObjectMeta) IsSet() bool + func (v NullableObjectMeta) MarshalJSON() ([]byte, error) + type NullableObjectReference struct + func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference + func (v *NullableObjectReference) Set(val *ObjectReference) + func (v *NullableObjectReference) UnmarshalJSON(src []byte) error + func (v *NullableObjectReference) Unset() + func (v NullableObjectReference) Get() *ObjectReference + func (v NullableObjectReference) IsSet() bool + func (v NullableObjectReference) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type ObjectMeta struct + CreatedAt *time.Time + DeletedAt *time.Time + ResourceName *string + Self string + UpdatedAt *time.Time + func NewObjectMeta(self string) *ObjectMeta + func NewObjectMetaWithDefaults() *ObjectMeta + func (o *ObjectMeta) GetCreatedAt() time.Time + func (o *ObjectMeta) GetCreatedAtOk() (*time.Time, bool) + func (o *ObjectMeta) GetDeletedAt() time.Time + func (o *ObjectMeta) GetDeletedAtOk() (*time.Time, bool) + func (o *ObjectMeta) GetResourceName() string + func (o *ObjectMeta) GetResourceNameOk() (*string, bool) + func (o *ObjectMeta) GetSelf() string + func (o *ObjectMeta) GetSelfOk() (*string, bool) + func (o *ObjectMeta) GetUpdatedAt() time.Time + func (o *ObjectMeta) GetUpdatedAtOk() (*time.Time, bool) + func (o *ObjectMeta) HasCreatedAt() bool + func (o *ObjectMeta) HasDeletedAt() bool + func (o *ObjectMeta) HasResourceName() bool + func (o *ObjectMeta) HasUpdatedAt() bool + func (o *ObjectMeta) Redact() + func (o *ObjectMeta) SetCreatedAt(v time.Time) + func (o *ObjectMeta) SetDeletedAt(v time.Time) + func (o *ObjectMeta) SetResourceName(v string) + func (o *ObjectMeta) SetSelf(v string) + func (o *ObjectMeta) SetUpdatedAt(v time.Time) + func (o ObjectMeta) MarshalJSON() ([]byte, error) + type ObjectReference struct + ApiVersion *string + Environment *string + Id string + Kind *string + Related string + ResourceName string + func NewObjectReference(id string, related string, resourceName string) *ObjectReference + func NewObjectReferenceWithDefaults() *ObjectReference + func (o *ObjectReference) GetApiVersion() string + func (o *ObjectReference) GetApiVersionOk() (*string, bool) + func (o *ObjectReference) GetEnvironment() string + func (o *ObjectReference) GetEnvironmentOk() (*string, bool) + func (o *ObjectReference) GetId() string + func (o *ObjectReference) GetIdOk() (*string, bool) + func (o *ObjectReference) GetKind() string + func (o *ObjectReference) GetKindOk() (*string, bool) + func (o *ObjectReference) GetRelated() string + func (o *ObjectReference) GetRelatedOk() (*string, bool) + func (o *ObjectReference) GetResourceName() string + func (o *ObjectReference) GetResourceNameOk() (*string, bool) + func (o *ObjectReference) HasApiVersion() bool + func (o *ObjectReference) HasEnvironment() bool + func (o *ObjectReference) HasKind() bool + func (o *ObjectReference) Redact() + func (o *ObjectReference) SetApiVersion(v string) + func (o *ObjectReference) SetEnvironment(v string) + func (o *ObjectReference) SetId(v string) + func (o *ObjectReference) SetKind(v string) + func (o *ObjectReference) SetRelated(v string) + func (o *ObjectReference) SetResourceName(v string) + func (o ObjectReference) MarshalJSON() ([]byte, error) + type OrgPreferencesAiV1Api interface + GetAiV1OrgPreference func(ctx _context.Context) ApiGetAiV1OrgPreferenceRequest + GetAiV1OrgPreferenceExecute func(r ApiGetAiV1OrgPreferenceRequest) (AiV1OrgPreferences, *_nethttp.Response, error) + UpdateAiV1OrgPreference func(ctx _context.Context) ApiUpdateAiV1OrgPreferenceRequest + UpdateAiV1OrgPreferenceExecute func(r ApiUpdateAiV1OrgPreferenceRequest) (AiV1OrgPreferences, *_nethttp.Response, error) + type OrgPreferencesAiV1ApiService service + func (a *OrgPreferencesAiV1ApiService) GetAiV1OrgPreference(ctx _context.Context) ApiGetAiV1OrgPreferenceRequest + func (a *OrgPreferencesAiV1ApiService) GetAiV1OrgPreferenceExecute(r ApiGetAiV1OrgPreferenceRequest) (AiV1OrgPreferences, *_nethttp.Response, error) + func (a *OrgPreferencesAiV1ApiService) UpdateAiV1OrgPreference(ctx _context.Context) ApiUpdateAiV1OrgPreferenceRequest + func (a *OrgPreferencesAiV1ApiService) UpdateAiV1OrgPreferenceExecute(r ApiUpdateAiV1OrgPreferenceRequest) (AiV1OrgPreferences, *_nethttp.Response, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string