# README
Installation
Add to your project:
go get github.com/Carbon-for-Developers/carbon-sdks/go
Getting Started
package main
import (
"fmt"
carbon "github.com/Carbon-for-Developers/carbon-sdks/go"
)
func main() {
// 1) Get an access token
configuration := carbon.NewConfiguration()
configuration.SetApiKey("API_KEY")
configuration.SetCustomerId("CUSTOMER_ID")
client := carbon.NewAPIClient(configuration)
accessTokenRequest := client.AuthApi.GetAccessToken()
accessTokenResponse, _, _ := accessTokenRequest.Execute()
accessToken := accessTokenResponse.GetAccessToken()
// 2) Use the access token to make requests
configuration = carbon.NewConfiguration()
configuration.SetAccessToken(accessToken)
client = carbon.NewAPIClient(configuration)
whiteLabelingRequest := client.AuthApi.GetWhiteLabeling()
whiteLabelingResponse, _, _ := whiteLabelingRequest.Execute()
integrations := whiteLabelingResponse.GetIntegrations()
fmt.Println(integrations)
}
Documentation for API Endpoints
All URIs are relative to https://api.carbon.ai
Class | Method | HTTP request | Description |
---|---|---|---|
AuthApi | GetAccessToken | Get /auth/v1/access_token | Get Access Token |
AuthApi | GetWhiteLabeling | Get /auth/v1/white_labeling | Get White Labeling |
CRMApi | GetAccount | Get /integrations/data/crm/accounts/{id} | Get Account |
CRMApi | GetAccounts | Post /integrations/data/crm/accounts | Get Accounts |
CRMApi | GetContact | Get /integrations/data/crm/contacts/{id} | Get Contact |
CRMApi | GetContacts | Post /integrations/data/crm/contacts | Get Contacts |
CRMApi | GetLead | Get /integrations/data/crm/leads/{id} | Get Lead |
CRMApi | GetLeads | Post /integrations/data/crm/leads | Get Leads |
CRMApi | GetOpportunities | Post /integrations/data/crm/opportunities | Get Opportunities |
CRMApi | GetOpportunity | Get /integrations/data/crm/opportunities/{id} | Get Opportunity |
DataSourcesApi | AddTags | Post /data_sources/tags/add | Add Data Source Tags |
DataSourcesApi | Query | Post /data_sources | Data Sources |
DataSourcesApi | QueryUserDataSources | Post /user_data_sources | User Data Sources |
DataSourcesApi | RemoveTags | Post /data_sources/tags/remove | Remove Data Source Tags |
DataSourcesApi | RevokeAccessToken | Post /revoke_access_token | Revoke Access Token |
EmbeddingsApi | GetDocuments | Post /embeddings | Embeddings |
EmbeddingsApi | GetEmbeddingsAndChunks | Post /text_chunks | Retrieve Embeddings And Content |
EmbeddingsApi | List | Post /list_chunks_and_embeddings | Retrieve Embeddings And Content V2 |
EmbeddingsApi | UploadChunksAndEmbeddings | Post /upload_chunks_and_embeddings | Upload Chunks And Embeddings |
FilesApi | CreateUserFileTags | Post /create_user_file_tags | Create File Tags |
FilesApi | DeleteFileTags | Post /delete_user_file_tags | Delete File Tags |
FilesApi | DeleteMany | Post /delete_files | Delete Files Endpoint |
FilesApi | DeleteV2 | Post /delete_files_v2 | Delete Files V2 Endpoint |
FilesApi | GetParsedFile | Get /parsed_file/{file_id} | Parsed File |
FilesApi | GetRawFile | Get /raw_file/{file_id} | Raw File |
FilesApi | ModifyColdStorageParameters | Post /modify_cold_storage_parameters | Modify Cold Storage Parameters |
FilesApi | MoveToHotStorage | Post /move_to_hot_storage | Move To Hot Storage |
FilesApi | QueryUserFiles | Post /user_files_v2 | User Files V2 |
FilesApi | QueryUserFilesDeprecated | Post /user_files | User Files |
FilesApi | Resync | Post /resync_file | Resync File |
FilesApi | Upload | Post /uploadfile | Create Upload File |
FilesApi | UploadFromUrl | Post /upload_file_from_url | Create Upload File From Url |
FilesApi | UploadText | Post /upload_text | Create Raw Text |
GithubApi | GetIssue | Get /integrations/data/github/issues/{issue_number} | Issue |
GithubApi | GetIssues | Post /integrations/data/github/issues | Issues |
GithubApi | GetPr | Get /integrations/data/github/pull_requests/{pull_number} | Get Pr |
GithubApi | GetPrComments | Post /integrations/data/github/pull_requests/comments | Pr Comments |
GithubApi | GetPrCommits | Post /integrations/data/github/pull_requests/commits | Pr Commits |
GithubApi | GetPrFiles | Post /integrations/data/github/pull_requests/files | Pr Files |
GithubApi | GetPullRequests | Post /integrations/data/github/pull_requests | Get Prs |
IntegrationsApi | Cancel | Post /integrations/items/sync/cancel | Cancel Data Source Items Sync |
IntegrationsApi | ConnectDataSource | Post /integrations/connect | Connect Data Source |
IntegrationsApi | ConnectDocument360 | Post /integrations/document360 | Document360 Connect |
IntegrationsApi | ConnectFreshdesk | Post /integrations/freshdesk | Freshdesk Connect |
IntegrationsApi | ConnectGitbook | Post /integrations/gitbook | Gitbook Connect |
IntegrationsApi | ConnectGuru | Post /integrations/guru | Guru Connect |
IntegrationsApi | CreateAwsIamUser | Post /integrations/s3 | S3 Auth |
IntegrationsApi | GetOauthUrl | Post /integrations/oauth_url | Get Oauth Url |
IntegrationsApi | ListConfluencePages | Post /integrations/confluence/list | Confluence List |
IntegrationsApi | ListConversations | Get /integrations/slack/conversations | Slack List Conversations |
IntegrationsApi | ListDataSourceItems | Post /integrations/items/list | List Data Source Items |
IntegrationsApi | ListFolders | Get /integrations/outlook/user_folders | Outlook Folders |
IntegrationsApi | ListGitbookSpaces | Get /integrations/gitbook/spaces | Gitbook Spaces |
IntegrationsApi | ListLabels | Get /integrations/gmail/user_labels | Gmail Labels |
IntegrationsApi | ListOutlookCategories | Get /integrations/outlook/user_categories | Outlook Categories |
IntegrationsApi | ListRepos | Get /integrations/github/repos | Github List Repos |
IntegrationsApi | ListSharepointSites | Get /integrations/sharepoint/sites/list | List Sharepoint Sites |
IntegrationsApi | SyncAzureBlobFiles | Post /integrations/azure_blob_storage/files | Azure Blob Files |
IntegrationsApi | SyncAzureBlobStorage | Post /integrations/azure_blob_storage | Azure Blob Storage Auth |
IntegrationsApi | SyncConfluence | Post /integrations/confluence/sync | Confluence Sync |
IntegrationsApi | SyncDataSourceItems | Post /integrations/items/sync | Sync Data Source Items |
IntegrationsApi | SyncFiles | Post /integrations/files/sync | Sync Files |
IntegrationsApi | SyncGitHub | Post /integrations/github | Github Connect |
IntegrationsApi | SyncGitbook | Post /integrations/gitbook/sync | Gitbook Sync |
IntegrationsApi | SyncGmail | Post /integrations/gmail/sync | Gmail Sync |
IntegrationsApi | SyncOutlook | Post /integrations/outlook/sync | Outlook Sync |
IntegrationsApi | SyncRepos | Post /integrations/github/sync_repos | Github Sync Repos |
IntegrationsApi | SyncRssFeed | Post /integrations/rss_feed | Rss Feed |
IntegrationsApi | SyncS3Files | Post /integrations/s3/files | S3 Files |
IntegrationsApi | SyncSlack | Post /integrations/slack/sync | Slack Sync |
OrganizationsApi | Get | Get /organization | Get Organization |
OrganizationsApi | Update | Post /organization/update | Update Organization |
OrganizationsApi | UpdateStats | Post /organization/statistics | Update Organization Statistics |
UsersApi | Delete | Post /delete_users | Delete Users |
UsersApi | Get | Post /user | User Endpoint |
UsersApi | List | Post /list_users | List Users Endpoint |
UsersApi | ToggleUserFeatures | Post /modify_user_configuration | Toggle User Features |
UsersApi | UpdateUsers | Post /update_users | Update Users |
UsersApi | WhoAmI | Get /whoami | Me Endpoint |
UtilitiesApi | FetchUrls | Get /fetch_urls | Fetch Urls |
UtilitiesApi | FetchWebpage | Post /fetch_webpage | Fetch Urls V2 |
UtilitiesApi | FetchYoutubeTranscripts | Get /fetch_youtube_transcript | Fetch Youtube Transcripts |
UtilitiesApi | ProcessSitemap | Get /process_sitemap | Sitemap |
UtilitiesApi | ScrapeSitemap | Post /scrape_sitemap | Scrape Sitemap |
UtilitiesApi | ScrapeWeb | Post /web_scrape | Web Scrape |
UtilitiesApi | SearchUrls | Get /search_urls | Search Urls |
UtilitiesApi | UserWebpages | Post /user_webpages | User Web Pages |
WebhooksApi | AddUrl | Post /add_webhook | Add Webhook Url |
WebhooksApi | DeleteUrl | Delete /delete_webhook/{webhook_id} | Delete Webhook Url |
WebhooksApi | Urls | Post /webhooks | Webhook Urls |
WhiteLabelApi | Create | Post /white_label/create | Create White Labels |
WhiteLabelApi | Delete | Post /white_label/delete | Delete White Labels |
WhiteLabelApi | List | Post /white_label/list | List White Labels |
WhiteLabelApi | Update | Post /white_label/update | Update White Label |
Documentation For Models
- Account
- AccountFilters
- AccountResponse
- AccountsOrderBy
- AccountsOrderByNullable
- AccountsRequest
- AddDataSourceTagsInput
- AddWebhookProps
- Address
- AutoSyncEnabledSourcesProperty
- AzureBlobAuthRequest
- AzureBlobFileSyncInput
- AzureBlobGetFileInput
- AzureBlobStorageAuthentication
- AzureBlobStorageTypes
- BaseIncludes
- BodyCreateUploadFileUploadfilePost
- ChunkProperties
- ChunkPropertiesNullable
- ChunksAndEmbeddings
- ChunksAndEmbeddingsUploadInput
- ColdStorageProps
- CommentsInput
- CommentsOrderBy
- CommentsResponse
- Commit
- CommitUser
- CommitUserNullable
- CommitsInput
- CommitsResponse
- ConfigurationKeys
- ConfluenceAuthentication
- ConfluenceFileTypes
- ConnectDataSourceInput
- ConnectDataSourceResponse
- Contact
- ContactFilters
- ContactsOrderBy
- ContactsOrderByNullable
- ContactsRequest
- ContactsResponse
- Credentials
- CustomCredentialsType
- DataSourceConfiguration
- DataSourceExtendedInput
- DataSourceLastSyncActions
- DataSourceSyncStatuses
- DataSourceType
- DataSourceTypeNullable
- DeleteFilesQueryInput
- DeleteFilesV2QueryInput
- DeleteUsersInput
- DeleteWhiteLabelRequest
- DirectoryItem
- Document360ConnectRequest
- DocumentResponse
- DocumentResponseList
- EmbeddingAndChunk
- EmbeddingGenerators
- EmbeddingGeneratorsNullable
- EmbeddingProperties
- EmbeddingStorageStatus
- EmbeddingsAndChunksFilters
- EmbeddingsAndChunksOrderByColumns
- EmbeddingsAndChunksQueryInput
- EmbeddingsAndChunksQueryInputV2
- EmbeddingsAndChunksResponse
- Event
- ExternalFileSyncStatuses
- ExternalSourceItem
- ExternalSourceItemsOrderBy
- FetchURLsRequest
- FetchURLsResponse
- FileContentTypes
- FileContentTypesNullable
- FileFormats
- FileFormatsNullable
- FileStatistics
- FileStatisticsNullable
- FileStatus
- FileSyncConfig
- FileSyncConfigNullable
- FilesInput
- FilesResponse
- FreshDeskConnectRequest
- FreskdeskAuthentication
- GDOSWhiteLabelInput
- GDOSWhiteLabelInput1
- GenericSuccessResponse
- GetEmbeddingDocumentsBody
- GitbookAuthetication
- GitbookConnectRequest
- GitbookFileTypes
- GitbookSyncRequest
- GithubAuthentication
- GithubConnectRequest
- GithubFetchReposRequest
- GithubFileTypes
- GmailSyncInput
- GongAuthentication
- GongFileTypes
- GoogleDriveCredentials
- GoogleDriveCredentialsProperty
- GoogleDriveWhiteLabelInput
- GuruAuthentication
- GuruConnectRequest
- GuruFileTypes
- HSNFileTypes
- HSNFileTypes1
- HSNFileTypes2
- HSNFileTypes3
- HTTPValidationError
- HeadOrBase
- HelpdeskFileTypes
- HybridSearchTuningParams
- HybridSearchTuningParamsNullable
- IntercomFileTypes
- Issue
- IssuePR
- IssuePRNullable
- IssuesFilter
- IssuesInput
- IssuesOrderBy
- IssuesResponse
- Label
- Lead
- LeadFilters
- LeadsOrderBy
- LeadsOrderByNullable
- LeadsRequest
- LeadsResponse
- ListDataSourceItemsRequest
- ListDataSourceItemsResponse
- ListItemsFilters
- ListItemsFiltersNullable
- ListRequest
- ListResponse
- ListUserResponse
- ListUsersFilters
- ListUsersOrderByTypes
- ListUsersRequest
- ListWhiteLabelRequest
- LocationPropertyInner
- ModifyColdStorageParametersQueryInput
- ModifyUserConfigurationInput
- MoveToHotStorageQueryInput
- MultiModalEmbeddingGenerators
- NotionAuthentication
- OANDSCZGFB
- OAuthAuthentication
- OAuthURLRequest
- OauthBasedConnectors
- OneDriveAuthentication
- OneDriveSharepointCredentials
- OneDriveSharepointWhiteLabelInput
- OpportunitiesOrderBy
- OpportunitiesOrderByNullable
- OpportunitiesRequest
- OpportunitiesResponse
- Opportunity
- OpportunityFilters
- OpportunityStatus
- OpportunityStatusNullable
- OrderDir
- OrderDirV2
- OrderDirV2Nullable
- OrganizationResponse
- OrganizationUserDataSourceAPI
- OrganizationUserDataSourceFilters
- OrganizationUserDataSourceOrderByColumns
- OrganizationUserDataSourceQueryInput
- OrganizationUserDataSourceResponse
- OrganizationUserFileTagCreate
- OrganizationUserFileTagsRemove
- OrganizationUserFilesToSyncFilters
- OrganizationUserFilesToSyncOrderByTypes
- OrganizationUserFilesToSyncQueryInput
- OuthURLResponse
- OutlookSyncInput
- PRComment
- PRCommit
- PRFile
- PROrderBy
- PRState
- PRStateInput
- Pagination
- ParsedTextFormats
- ParsedTextFormatsNullable
- PartialAccount
- PartialAccountNullable
- PartialContact
- PartialContactNullable
- PartialOwner
- PartialOwnerNullable
- PhoneNumber
- PresignedURLResponse
- PullRequest
- PullRequestExtended
- PullRequestFilters
- PullRequestResponse
- PullRequestsInput
- RSSFeedInput
- RankProperty
- RawTextInput
- RawTranscriptPropertyInnerValue
- RemoveDataSourceTagsInput
- RerankParams
- RerankParamsNullable
- ResyncFileQueryInput
- RevokeAccessTokenInput
- S3AuthRequest
- S3Authentication
- S3FileSyncInput
- S3GetFileInput
- SIHFNZCGABTypes
- SIHFNZCGABTypes1
- SalesforceAuthentication
- SentWebhookPayload
- SentWebhookPayloadObject
- SentWebhookPayloadObjectAdditionalInformation
- SentWebhookPayloadObjectObjectId
- SentWebhookRequestBody
- ServiceNowAuthentication
- ServiceNowCredentials
- ServiceNowCredentialsNullable
- ServiceNowFileTypes
- SharedSourceItemTypes
- SharepointAuthentication
- SimpleOAuthDataSources
- SingleChunksAndEmbeddingsUploadInput
- SitemapScrapeRequest
- SlackFilters
- SlackSyncRequest
- SourceProperty
- StorageFileFormats
- SyncDirectoryRequest
- SyncFilesIds
- SyncFilesIds1
- SyncFilesRequest
- SyncFilesRequestIdsInner
- SyncOptions
- TMEmbeddingGenerators
- Tags
- Tags1
- Task
- Team
- TextEmbeddingGenerators
- TokenResponse
- TranscriptionService
- TranscriptionServiceNullable
- Tree
- UpdateOrganizationInput
- UpdateUsersInput
- UploadFileFromUrlInput
- User
- UserConfiguration
- UserConfigurationNullable
- UserFile
- UserFilesV2
- UserListResponse
- UserNullable
- UserRequestContent
- UserResponse
- UserWebPageOrderByTypes
- UserWebPagesFilters
- UserWebPagesRequest
- ValidationError
- Webhook
- WebhookFilters
- WebhookNoKey
- WebhookOrderByColumns
- WebhookQueryInput
- WebhookQueryResponse
- WebhookStatus
- WebscrapeRequest
- WhiteLabelFilters
- WhiteLabelInput
- WhiteLabelOrderByColumns
- WhiteLabelingResponse
- YoutubeTranscriptResponse
- ZendeskAuthentication
- ZendeskFileTypes
- ZoteroAuthentication
# Packages
No description provided by the author
# Functions
[]int32AsSentWebhookPayloadObjectObjectId is a convenience function that returns []int32 wrapped in SentWebhookPayloadObjectObjectId.
[]stringAsSentWebhookPayloadObjectObjectId is a convenience function that returns []string wrapped in SentWebhookPayloadObjectObjectId.
CacheExpires helper function to determine remaining time before repeating a request.
int32AsSentWebhookPayloadObjectObjectId is a convenience function that returns int32 wrapped in SentWebhookPayloadObjectObjectId.
map[string]interface{}AsSentWebhookPayloadObjectAdditionalInformation is a convenience function that returns map[string]interface{} wrapped in SentWebhookPayloadObjectAdditionalInformation.
NewAccount instantiates a new Account 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.
NewAccountFilters instantiates a new AccountFilters 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.
NewAccountFiltersWithDefaults instantiates a new AccountFilters 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.
NewAccountResponse instantiates a new AccountResponse 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.
NewAccountResponseWithDefaults instantiates a new AccountResponse 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.
NewAccountsOrderByFromValue returns a pointer to a valid AccountsOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountsOrderByNullableFromValue returns a pointer to a valid AccountsOrderByNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountsRequest instantiates a new AccountsRequest 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.
NewAccountsRequestWithDefaults instantiates a new AccountsRequest 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.
NewAccountWithDefaults instantiates a new Account 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.
NewAddDataSourceTagsInput instantiates a new AddDataSourceTagsInput 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.
NewAddDataSourceTagsInputWithDefaults instantiates a new AddDataSourceTagsInput 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.
NewAddress instantiates a new Address 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.
NewAddressWithDefaults instantiates a new Address 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.
NewAddWebhookProps instantiates a new AddWebhookProps 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.
NewAddWebhookPropsWithDefaults instantiates a new AddWebhookProps 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.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAzureBlobAuthRequest instantiates a new AzureBlobAuthRequest 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.
NewAzureBlobAuthRequestWithDefaults instantiates a new AzureBlobAuthRequest 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.
NewAzureBlobFileSyncInput instantiates a new AzureBlobFileSyncInput 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.
NewAzureBlobFileSyncInputWithDefaults instantiates a new AzureBlobFileSyncInput 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.
NewAzureBlobGetFileInput instantiates a new AzureBlobGetFileInput 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.
NewAzureBlobGetFileInputWithDefaults instantiates a new AzureBlobGetFileInput 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.
NewAzureBlobStorageAuthentication instantiates a new AzureBlobStorageAuthentication 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.
NewAzureBlobStorageAuthenticationWithDefaults instantiates a new AzureBlobStorageAuthentication 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.
NewAzureBlobStorageTypesFromValue returns a pointer to a valid AzureBlobStorageTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBaseIncludesFromValue returns a pointer to a valid BaseIncludes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBodyCreateUploadFileUploadfilePost instantiates a new BodyCreateUploadFileUploadfilePost 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.
NewBodyCreateUploadFileUploadfilePostWithDefaults instantiates a new BodyCreateUploadFileUploadfilePost 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.
NewChunkProperties instantiates a new ChunkProperties 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.
NewChunkPropertiesNullable instantiates a new ChunkPropertiesNullable 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.
NewChunkPropertiesNullableWithDefaults instantiates a new ChunkPropertiesNullable 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.
NewChunkPropertiesWithDefaults instantiates a new ChunkProperties 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.
NewChunksAndEmbeddings instantiates a new ChunksAndEmbeddings 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.
NewChunksAndEmbeddingsUploadInput instantiates a new ChunksAndEmbeddingsUploadInput 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.
NewChunksAndEmbeddingsUploadInputWithDefaults instantiates a new ChunksAndEmbeddingsUploadInput 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.
NewChunksAndEmbeddingsWithDefaults instantiates a new ChunksAndEmbeddings 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.
NewColdStorageProps instantiates a new ColdStorageProps 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.
NewColdStoragePropsWithDefaults instantiates a new ColdStorageProps 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.
NewCommentsInput instantiates a new CommentsInput 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.
NewCommentsInputWithDefaults instantiates a new CommentsInput 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.
NewCommentsOrderByFromValue returns a pointer to a valid CommentsOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCommentsResponse instantiates a new CommentsResponse 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.
NewCommentsResponseWithDefaults instantiates a new CommentsResponse 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.
NewCommit instantiates a new Commit 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.
NewCommitsInput instantiates a new CommitsInput 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.
NewCommitsInputWithDefaults instantiates a new CommitsInput 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.
NewCommitsResponse instantiates a new CommitsResponse 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.
NewCommitsResponseWithDefaults instantiates a new CommitsResponse 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.
NewCommitUser instantiates a new CommitUser 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.
NewCommitUserNullable instantiates a new CommitUserNullable 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.
NewCommitUserNullableWithDefaults instantiates a new CommitUserNullable 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.
NewCommitUserWithDefaults instantiates a new CommitUser 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.
NewCommitWithDefaults instantiates a new Commit 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.
NewConfiguration returns a new Configuration object.
NewConfigurationKeysFromValue returns a pointer to a valid ConfigurationKeys for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfluenceAuthentication instantiates a new ConfluenceAuthentication 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.
NewConfluenceAuthenticationWithDefaults instantiates a new ConfluenceAuthentication 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.
NewConfluenceFileTypesFromValue returns a pointer to a valid ConfluenceFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConnectDataSourceInput instantiates a new ConnectDataSourceInput 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.
NewConnectDataSourceInputWithDefaults instantiates a new ConnectDataSourceInput 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.
NewConnectDataSourceResponse instantiates a new ConnectDataSourceResponse 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.
NewConnectDataSourceResponseWithDefaults instantiates a new ConnectDataSourceResponse 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.
NewContact instantiates a new Contact 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.
NewContactFilters instantiates a new ContactFilters 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.
NewContactFiltersWithDefaults instantiates a new ContactFilters 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.
NewContactsOrderByFromValue returns a pointer to a valid ContactsOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewContactsOrderByNullableFromValue returns a pointer to a valid ContactsOrderByNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewContactsRequest instantiates a new ContactsRequest 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.
NewContactsRequestWithDefaults instantiates a new ContactsRequest 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.
NewContactsResponse instantiates a new ContactsResponse 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.
NewContactsResponseWithDefaults instantiates a new ContactsResponse 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.
NewContactWithDefaults instantiates a new Contact 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.
NewCredentials instantiates a new Credentials 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.
NewCredentialsWithDefaults instantiates a new Credentials 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.
NewCustomCredentialsTypeFromValue returns a pointer to a valid CustomCredentialsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataSourceConfiguration instantiates a new DataSourceConfiguration 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.
NewDataSourceConfigurationWithDefaults instantiates a new DataSourceConfiguration 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.
NewDataSourceExtendedInputFromValue returns a pointer to a valid DataSourceExtendedInput for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataSourceLastSyncActionsFromValue returns a pointer to a valid DataSourceLastSyncActions for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataSourceSyncStatusesFromValue returns a pointer to a valid DataSourceSyncStatuses for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataSourceTypeFromValue returns a pointer to a valid DataSourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataSourceTypeNullableFromValue returns a pointer to a valid DataSourceTypeNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDeleteFilesQueryInput instantiates a new DeleteFilesQueryInput 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.
NewDeleteFilesQueryInputWithDefaults instantiates a new DeleteFilesQueryInput 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.
NewDeleteFilesV2QueryInput instantiates a new DeleteFilesV2QueryInput 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.
NewDeleteFilesV2QueryInputWithDefaults instantiates a new DeleteFilesV2QueryInput 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.
NewDeleteUsersInput instantiates a new DeleteUsersInput 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.
NewDeleteUsersInputWithDefaults instantiates a new DeleteUsersInput 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.
NewDeleteWhiteLabelRequest instantiates a new DeleteWhiteLabelRequest 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.
NewDeleteWhiteLabelRequestWithDefaults instantiates a new DeleteWhiteLabelRequest 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.
NewDirectoryItem instantiates a new DirectoryItem 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.
NewDirectoryItemWithDefaults instantiates a new DirectoryItem 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.
NewDocument360ConnectRequest instantiates a new Document360ConnectRequest 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.
NewDocument360ConnectRequestWithDefaults instantiates a new Document360ConnectRequest 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.
NewDocumentResponse instantiates a new DocumentResponse 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.
NewDocumentResponseList instantiates a new DocumentResponseList 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.
NewDocumentResponseListWithDefaults instantiates a new DocumentResponseList 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.
NewDocumentResponseWithDefaults instantiates a new DocumentResponse 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.
NewEmail instantiates a new Email 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.
NewEmailWithDefaults instantiates a new Email 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.
NewEmbeddingAndChunk instantiates a new EmbeddingAndChunk 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.
NewEmbeddingAndChunkWithDefaults instantiates a new EmbeddingAndChunk 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.
NewEmbeddingGeneratorsFromValue returns a pointer to a valid EmbeddingGenerators for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEmbeddingGeneratorsNullableFromValue returns a pointer to a valid EmbeddingGeneratorsNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEmbeddingProperties instantiates a new EmbeddingProperties 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.
NewEmbeddingPropertiesWithDefaults instantiates a new EmbeddingProperties 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.
NewEmbeddingsAndChunksFilters instantiates a new EmbeddingsAndChunksFilters 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.
NewEmbeddingsAndChunksFiltersWithDefaults instantiates a new EmbeddingsAndChunksFilters 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.
NewEmbeddingsAndChunksOrderByColumnsFromValue returns a pointer to a valid EmbeddingsAndChunksOrderByColumns for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEmbeddingsAndChunksQueryInput instantiates a new EmbeddingsAndChunksQueryInput 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.
NewEmbeddingsAndChunksQueryInputV2 instantiates a new EmbeddingsAndChunksQueryInputV2 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.
NewEmbeddingsAndChunksQueryInputV2WithDefaults instantiates a new EmbeddingsAndChunksQueryInputV2 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.
NewEmbeddingsAndChunksQueryInputWithDefaults instantiates a new EmbeddingsAndChunksQueryInput 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.
NewEmbeddingsAndChunksResponse instantiates a new EmbeddingsAndChunksResponse 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.
NewEmbeddingsAndChunksResponseWithDefaults instantiates a new EmbeddingsAndChunksResponse 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.
NewEmbeddingStorageStatusFromValue returns a pointer to a valid EmbeddingStorageStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEvent instantiates a new Event 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.
NewEventWithDefaults instantiates a new Event 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.
NewExternalFileSyncStatusesFromValue returns a pointer to a valid ExternalFileSyncStatuses for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExternalSourceItem instantiates a new ExternalSourceItem 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.
NewExternalSourceItemsOrderByFromValue returns a pointer to a valid ExternalSourceItemsOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExternalSourceItemWithDefaults instantiates a new ExternalSourceItem 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.
NewFetchURLsRequest instantiates a new FetchURLsRequest 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.
NewFetchURLsRequestWithDefaults instantiates a new FetchURLsRequest 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.
NewFetchURLsResponse instantiates a new FetchURLsResponse 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.
NewFetchURLsResponseWithDefaults instantiates a new FetchURLsResponse 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.
NewFileContentTypesFromValue returns a pointer to a valid FileContentTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileContentTypesNullableFromValue returns a pointer to a valid FileContentTypesNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileFormatsFromValue returns a pointer to a valid FileFormats for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileFormatsNullableFromValue returns a pointer to a valid FileFormatsNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFilesInput instantiates a new FilesInput 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.
NewFilesInputWithDefaults instantiates a new FilesInput 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.
NewFilesResponse instantiates a new FilesResponse 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.
NewFilesResponseWithDefaults instantiates a new FilesResponse 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.
NewFileStatistics instantiates a new FileStatistics 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.
NewFileStatisticsNullable instantiates a new FileStatisticsNullable 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.
NewFileStatisticsNullableWithDefaults instantiates a new FileStatisticsNullable 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.
NewFileStatisticsWithDefaults instantiates a new FileStatistics 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.
NewFileStatusFromValue returns a pointer to a valid FileStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileSyncConfig instantiates a new FileSyncConfig 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.
NewFileSyncConfigNullable instantiates a new FileSyncConfigNullable 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.
NewFileSyncConfigNullableWithDefaults instantiates a new FileSyncConfigNullable 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.
NewFileSyncConfigWithDefaults instantiates a new FileSyncConfig 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.
NewFreshDeskConnectRequest instantiates a new FreshDeskConnectRequest 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.
NewFreshDeskConnectRequestWithDefaults instantiates a new FreshDeskConnectRequest 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.
NewFreskdeskAuthentication instantiates a new FreskdeskAuthentication 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.
NewFreskdeskAuthenticationWithDefaults instantiates a new FreskdeskAuthentication 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.
NewGDOSWhiteLabelInput instantiates a new GDOSWhiteLabelInput 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.
NewGDOSWhiteLabelInput1 instantiates a new GDOSWhiteLabelInput1 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.
NewGDOSWhiteLabelInput1WithDefaults instantiates a new GDOSWhiteLabelInput1 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.
NewGDOSWhiteLabelInputWithDefaults instantiates a new GDOSWhiteLabelInput 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.
NewGenericSuccessResponse instantiates a new GenericSuccessResponse 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.
NewGenericSuccessResponseWithDefaults instantiates a new GenericSuccessResponse 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.
NewGetEmbeddingDocumentsBody instantiates a new GetEmbeddingDocumentsBody 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.
NewGetEmbeddingDocumentsBodyWithDefaults instantiates a new GetEmbeddingDocumentsBody 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.
NewGitbookAuthetication instantiates a new GitbookAuthetication 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.
NewGitbookAutheticationWithDefaults instantiates a new GitbookAuthetication 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.
NewGitbookConnectRequest instantiates a new GitbookConnectRequest 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.
NewGitbookConnectRequestWithDefaults instantiates a new GitbookConnectRequest 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.
NewGitbookFileTypesFromValue returns a pointer to a valid GitbookFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGitbookSyncRequest instantiates a new GitbookSyncRequest 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.
NewGitbookSyncRequestWithDefaults instantiates a new GitbookSyncRequest 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.
NewGithubAuthentication instantiates a new GithubAuthentication 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.
NewGithubAuthenticationWithDefaults instantiates a new GithubAuthentication 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.
NewGithubConnectRequest instantiates a new GithubConnectRequest 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.
NewGithubConnectRequestWithDefaults instantiates a new GithubConnectRequest 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.
NewGithubFetchReposRequest instantiates a new GithubFetchReposRequest 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.
NewGithubFetchReposRequestWithDefaults instantiates a new GithubFetchReposRequest 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.
NewGithubFileTypesFromValue returns a pointer to a valid GithubFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGmailSyncInput instantiates a new GmailSyncInput 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.
NewGmailSyncInputWithDefaults instantiates a new GmailSyncInput 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.
NewGongAuthentication instantiates a new GongAuthentication 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.
NewGongAuthenticationWithDefaults instantiates a new GongAuthentication 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.
NewGongFileTypesFromValue returns a pointer to a valid GongFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGoogleDriveCredentials instantiates a new GoogleDriveCredentials 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.
NewGoogleDriveCredentialsProperty instantiates a new GoogleDriveCredentialsProperty 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.
NewGoogleDriveCredentialsPropertyWithDefaults instantiates a new GoogleDriveCredentialsProperty 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.
NewGoogleDriveCredentialsWithDefaults instantiates a new GoogleDriveCredentials 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.
NewGoogleDriveWhiteLabelInput instantiates a new GoogleDriveWhiteLabelInput 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.
NewGoogleDriveWhiteLabelInputWithDefaults instantiates a new GoogleDriveWhiteLabelInput 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.
NewGuruAuthentication instantiates a new GuruAuthentication 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.
NewGuruAuthenticationWithDefaults instantiates a new GuruAuthentication 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.
NewGuruConnectRequest instantiates a new GuruConnectRequest 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.
NewGuruConnectRequestWithDefaults instantiates a new GuruConnectRequest 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.
NewGuruFileTypesFromValue returns a pointer to a valid GuruFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHeadOrBase instantiates a new HeadOrBase 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.
NewHeadOrBaseWithDefaults instantiates a new HeadOrBase 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.
NewHelpdeskFileTypesFromValue returns a pointer to a valid HelpdeskFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHSNFileTypes1FromValue returns a pointer to a valid HSNFileTypes1 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHSNFileTypes2FromValue returns a pointer to a valid HSNFileTypes2 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHSNFileTypes3FromValue returns a pointer to a valid HSNFileTypes3 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHSNFileTypesFromValue returns a pointer to a valid HSNFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewHTTPValidationError instantiates a new HTTPValidationError 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.
NewHTTPValidationErrorWithDefaults instantiates a new HTTPValidationError 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.
NewHybridSearchTuningParams instantiates a new HybridSearchTuningParams 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.
NewHybridSearchTuningParamsNullable instantiates a new HybridSearchTuningParamsNullable 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.
NewHybridSearchTuningParamsNullableWithDefaults instantiates a new HybridSearchTuningParamsNullable 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.
NewHybridSearchTuningParamsWithDefaults instantiates a new HybridSearchTuningParams 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.
NewIntercomFileTypesFromValue returns a pointer to a valid IntercomFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIssue instantiates a new Issue 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.
NewIssuePR instantiates a new IssuePR 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.
NewIssuePRNullable instantiates a new IssuePRNullable 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.
NewIssuePRNullableWithDefaults instantiates a new IssuePRNullable 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.
NewIssuePRWithDefaults instantiates a new IssuePR 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.
NewIssuesFilter instantiates a new IssuesFilter 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.
NewIssuesFilterWithDefaults instantiates a new IssuesFilter 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.
NewIssuesInput instantiates a new IssuesInput 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.
NewIssuesInputWithDefaults instantiates a new IssuesInput 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.
NewIssuesOrderByFromValue returns a pointer to a valid IssuesOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIssuesResponse instantiates a new IssuesResponse 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.
NewIssuesResponseWithDefaults instantiates a new IssuesResponse 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.
NewIssueWithDefaults instantiates a new Issue 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.
NewLabel instantiates a new Label 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.
NewLabelWithDefaults instantiates a new Label 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.
NewLead instantiates a new Lead 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.
NewLeadFilters instantiates a new LeadFilters 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.
NewLeadFiltersWithDefaults instantiates a new LeadFilters 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.
NewLeadsOrderByFromValue returns a pointer to a valid LeadsOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLeadsOrderByNullableFromValue returns a pointer to a valid LeadsOrderByNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLeadsRequest instantiates a new LeadsRequest 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.
NewLeadsRequestWithDefaults instantiates a new LeadsRequest 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.
NewLeadsResponse instantiates a new LeadsResponse 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.
NewLeadsResponseWithDefaults instantiates a new LeadsResponse 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.
NewLeadWithDefaults instantiates a new Lead 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.
NewListDataSourceItemsRequest instantiates a new ListDataSourceItemsRequest 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.
NewListDataSourceItemsRequestWithDefaults instantiates a new ListDataSourceItemsRequest 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.
NewListDataSourceItemsResponse instantiates a new ListDataSourceItemsResponse 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.
NewListDataSourceItemsResponseWithDefaults instantiates a new ListDataSourceItemsResponse 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.
NewListItemsFilters instantiates a new ListItemsFilters 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.
NewListItemsFiltersNullable instantiates a new ListItemsFiltersNullable 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.
NewListItemsFiltersNullableWithDefaults instantiates a new ListItemsFiltersNullable 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.
NewListItemsFiltersWithDefaults instantiates a new ListItemsFilters 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.
NewListRequest instantiates a new ListRequest 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.
NewListRequestWithDefaults instantiates a new ListRequest 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.
NewListResponse instantiates a new ListResponse 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.
NewListResponseWithDefaults instantiates a new ListResponse 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.
NewListUserResponse instantiates a new ListUserResponse 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.
NewListUserResponseWithDefaults instantiates a new ListUserResponse 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.
NewListUsersFilters instantiates a new ListUsersFilters 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.
NewListUsersFiltersWithDefaults instantiates a new ListUsersFilters 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.
NewListUsersOrderByTypesFromValue returns a pointer to a valid ListUsersOrderByTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewListUsersRequest instantiates a new ListUsersRequest 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.
NewListUsersRequestWithDefaults instantiates a new ListUsersRequest 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.
NewListWhiteLabelRequest instantiates a new ListWhiteLabelRequest 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.
NewListWhiteLabelRequestWithDefaults instantiates a new ListWhiteLabelRequest 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.
NewModifyColdStorageParametersQueryInput instantiates a new ModifyColdStorageParametersQueryInput 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.
NewModifyColdStorageParametersQueryInputWithDefaults instantiates a new ModifyColdStorageParametersQueryInput 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.
NewModifyUserConfigurationInput instantiates a new ModifyUserConfigurationInput 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.
NewModifyUserConfigurationInputWithDefaults instantiates a new ModifyUserConfigurationInput 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.
NewMoveToHotStorageQueryInput instantiates a new MoveToHotStorageQueryInput 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.
NewMoveToHotStorageQueryInputWithDefaults instantiates a new MoveToHotStorageQueryInput 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.
NewMultiModalEmbeddingGeneratorsFromValue returns a pointer to a valid MultiModalEmbeddingGenerators for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNotionAuthentication instantiates a new NotionAuthentication 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.
NewNotionAuthenticationWithDefaults instantiates a new NotionAuthentication 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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOANDSCZGFB instantiates a new OANDSCZGFB 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.
NewOANDSCZGFBWithDefaults instantiates a new OANDSCZGFB 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.
NewOAuthAuthentication instantiates a new OAuthAuthentication 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.
NewOAuthAuthenticationWithDefaults instantiates a new OAuthAuthentication 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.
NewOauthBasedConnectorsFromValue returns a pointer to a valid OauthBasedConnectors for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOAuthURLRequest instantiates a new OAuthURLRequest 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.
NewOAuthURLRequestWithDefaults instantiates a new OAuthURLRequest 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.
NewOneDriveAuthentication instantiates a new OneDriveAuthentication 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.
NewOneDriveAuthenticationWithDefaults instantiates a new OneDriveAuthentication 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.
NewOneDriveSharepointCredentials instantiates a new OneDriveSharepointCredentials 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.
NewOneDriveSharepointCredentialsWithDefaults instantiates a new OneDriveSharepointCredentials 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.
NewOneDriveSharepointWhiteLabelInput instantiates a new OneDriveSharepointWhiteLabelInput 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.
NewOneDriveSharepointWhiteLabelInputWithDefaults instantiates a new OneDriveSharepointWhiteLabelInput 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.
NewOpportunitiesOrderByFromValue returns a pointer to a valid OpportunitiesOrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOpportunitiesOrderByNullableFromValue returns a pointer to a valid OpportunitiesOrderByNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOpportunitiesRequest instantiates a new OpportunitiesRequest 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.
NewOpportunitiesRequestWithDefaults instantiates a new OpportunitiesRequest 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.
NewOpportunitiesResponse instantiates a new OpportunitiesResponse 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.
NewOpportunitiesResponseWithDefaults instantiates a new OpportunitiesResponse 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.
NewOpportunity instantiates a new Opportunity 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.
NewOpportunityFilters instantiates a new OpportunityFilters 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.
NewOpportunityFiltersWithDefaults instantiates a new OpportunityFilters 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.
NewOpportunityStatusFromValue returns a pointer to a valid OpportunityStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOpportunityStatusNullableFromValue returns a pointer to a valid OpportunityStatusNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOpportunityWithDefaults instantiates a new Opportunity 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.
NewOrderDirFromValue returns a pointer to a valid OrderDir for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOrderDirV2FromValue returns a pointer to a valid OrderDirV2 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOrderDirV2NullableFromValue returns a pointer to a valid OrderDirV2Nullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOrganizationResponse instantiates a new OrganizationResponse 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.
NewOrganizationResponseWithDefaults instantiates a new OrganizationResponse 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.
NewOrganizationUserDataSourceAPI instantiates a new OrganizationUserDataSourceAPI 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.
NewOrganizationUserDataSourceAPIWithDefaults instantiates a new OrganizationUserDataSourceAPI 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.
NewOrganizationUserDataSourceFilters instantiates a new OrganizationUserDataSourceFilters 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.
NewOrganizationUserDataSourceFiltersWithDefaults instantiates a new OrganizationUserDataSourceFilters 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.
NewOrganizationUserDataSourceOrderByColumnsFromValue returns a pointer to a valid OrganizationUserDataSourceOrderByColumns for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOrganizationUserDataSourceQueryInput instantiates a new OrganizationUserDataSourceQueryInput 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.
NewOrganizationUserDataSourceQueryInputWithDefaults instantiates a new OrganizationUserDataSourceQueryInput 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.
NewOrganizationUserDataSourceResponse instantiates a new OrganizationUserDataSourceResponse 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.
NewOrganizationUserDataSourceResponseWithDefaults instantiates a new OrganizationUserDataSourceResponse 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.
NewOrganizationUserFilesToSyncFilters instantiates a new OrganizationUserFilesToSyncFilters 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.
NewOrganizationUserFilesToSyncFiltersWithDefaults instantiates a new OrganizationUserFilesToSyncFilters 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.
NewOrganizationUserFilesToSyncOrderByTypesFromValue returns a pointer to a valid OrganizationUserFilesToSyncOrderByTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOrganizationUserFilesToSyncQueryInput instantiates a new OrganizationUserFilesToSyncQueryInput 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.
NewOrganizationUserFilesToSyncQueryInputWithDefaults instantiates a new OrganizationUserFilesToSyncQueryInput 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.
NewOrganizationUserFileTagCreate instantiates a new OrganizationUserFileTagCreate 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.
NewOrganizationUserFileTagCreateWithDefaults instantiates a new OrganizationUserFileTagCreate 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.
NewOrganizationUserFileTagsRemove instantiates a new OrganizationUserFileTagsRemove 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.
NewOrganizationUserFileTagsRemoveWithDefaults instantiates a new OrganizationUserFileTagsRemove 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.
NewOuthURLResponse instantiates a new OuthURLResponse 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.
NewOuthURLResponseWithDefaults instantiates a new OuthURLResponse 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.
NewOutlookSyncInput instantiates a new OutlookSyncInput 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.
NewOutlookSyncInputWithDefaults instantiates a new OutlookSyncInput 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.
NewPagination instantiates a new Pagination 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.
NewPaginationWithDefaults instantiates a new Pagination 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.
NewParsedTextFormatsFromValue returns a pointer to a valid ParsedTextFormats for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewParsedTextFormatsNullableFromValue returns a pointer to a valid ParsedTextFormatsNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPartialAccount instantiates a new PartialAccount 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.
NewPartialAccountNullable instantiates a new PartialAccountNullable 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.
NewPartialAccountNullableWithDefaults instantiates a new PartialAccountNullable 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.
NewPartialAccountWithDefaults instantiates a new PartialAccount 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.
NewPartialContact instantiates a new PartialContact 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.
NewPartialContactNullable instantiates a new PartialContactNullable 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.
NewPartialContactNullableWithDefaults instantiates a new PartialContactNullable 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.
NewPartialContactWithDefaults instantiates a new PartialContact 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.
NewPartialOwner instantiates a new PartialOwner 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.
NewPartialOwnerNullable instantiates a new PartialOwnerNullable 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.
NewPartialOwnerNullableWithDefaults instantiates a new PartialOwnerNullable 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.
NewPartialOwnerWithDefaults instantiates a new PartialOwner 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.
NewPhoneNumber instantiates a new PhoneNumber 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.
NewPhoneNumberWithDefaults instantiates a new PhoneNumber 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.
NewPRComment instantiates a new PRComment 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.
NewPRCommentWithDefaults instantiates a new PRComment 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.
NewPRCommit instantiates a new PRCommit 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.
NewPRCommitWithDefaults instantiates a new PRCommit 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.
NewPresignedURLResponse instantiates a new PresignedURLResponse 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.
NewPresignedURLResponseWithDefaults instantiates a new PresignedURLResponse 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.
NewPRFile instantiates a new PRFile 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.
NewPRFileWithDefaults instantiates a new PRFile 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.
NewPROrderByFromValue returns a pointer to a valid PROrderBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPRStateFromValue returns a pointer to a valid PRState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPRStateInputFromValue returns a pointer to a valid PRStateInput for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPullRequest instantiates a new PullRequest 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.
NewPullRequestExtended instantiates a new PullRequestExtended 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.
NewPullRequestExtendedWithDefaults instantiates a new PullRequestExtended 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.
NewPullRequestFilters instantiates a new PullRequestFilters 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.
NewPullRequestFiltersWithDefaults instantiates a new PullRequestFilters 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.
NewPullRequestResponse instantiates a new PullRequestResponse 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.
NewPullRequestResponseWithDefaults instantiates a new PullRequestResponse 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.
NewPullRequestsInput instantiates a new PullRequestsInput 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.
NewPullRequestsInputWithDefaults instantiates a new PullRequestsInput 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.
NewPullRequestWithDefaults instantiates a new PullRequest 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.
NewRawTextInput instantiates a new RawTextInput 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.
NewRawTextInputWithDefaults instantiates a new RawTextInput 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.
NewRemoveDataSourceTagsInput instantiates a new RemoveDataSourceTagsInput 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.
NewRemoveDataSourceTagsInputWithDefaults instantiates a new RemoveDataSourceTagsInput 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.
NewRerankParams instantiates a new RerankParams 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.
NewRerankParamsNullable instantiates a new RerankParamsNullable 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.
NewRerankParamsNullableWithDefaults instantiates a new RerankParamsNullable 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.
NewRerankParamsWithDefaults instantiates a new RerankParams 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.
NewResyncFileQueryInput instantiates a new ResyncFileQueryInput 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.
NewResyncFileQueryInputWithDefaults instantiates a new ResyncFileQueryInput 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.
NewRevokeAccessTokenInput instantiates a new RevokeAccessTokenInput 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.
NewRevokeAccessTokenInputWithDefaults instantiates a new RevokeAccessTokenInput 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.
NewRSSFeedInput instantiates a new RSSFeedInput 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.
NewRSSFeedInputWithDefaults instantiates a new RSSFeedInput 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.
NewS3Authentication instantiates a new S3Authentication 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.
NewS3AuthenticationWithDefaults instantiates a new S3Authentication 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.
NewS3AuthRequest instantiates a new S3AuthRequest 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.
NewS3AuthRequestWithDefaults instantiates a new S3AuthRequest 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.
NewS3FileSyncInput instantiates a new S3FileSyncInput 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.
NewS3FileSyncInputWithDefaults instantiates a new S3FileSyncInput 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.
NewS3GetFileInput instantiates a new S3GetFileInput 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.
NewS3GetFileInputWithDefaults instantiates a new S3GetFileInput 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.
NewSalesforceAuthentication instantiates a new SalesforceAuthentication 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.
NewSalesforceAuthenticationWithDefaults instantiates a new SalesforceAuthentication 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.
NewSentWebhookPayload instantiates a new SentWebhookPayload 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.
NewSentWebhookPayloadObject instantiates a new SentWebhookPayloadObject 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.
NewSentWebhookPayloadObjectWithDefaults instantiates a new SentWebhookPayloadObject 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.
NewSentWebhookPayloadWithDefaults instantiates a new SentWebhookPayload 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.
NewSentWebhookRequestBody instantiates a new SentWebhookRequestBody 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.
NewSentWebhookRequestBodyWithDefaults instantiates a new SentWebhookRequestBody 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.
NewServiceNowAuthentication instantiates a new ServiceNowAuthentication 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.
NewServiceNowAuthenticationWithDefaults instantiates a new ServiceNowAuthentication 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.
NewServiceNowCredentials instantiates a new ServiceNowCredentials 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.
NewServiceNowCredentialsNullable instantiates a new ServiceNowCredentialsNullable 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.
NewServiceNowCredentialsNullableWithDefaults instantiates a new ServiceNowCredentialsNullable 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.
NewServiceNowCredentialsWithDefaults instantiates a new ServiceNowCredentials 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.
NewServiceNowFileTypesFromValue returns a pointer to a valid ServiceNowFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSharedSourceItemTypesFromValue returns a pointer to a valid SharedSourceItemTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSharepointAuthentication instantiates a new SharepointAuthentication 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.
NewSharepointAuthenticationWithDefaults instantiates a new SharepointAuthentication 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.
NewSIHFNZCGABTypes1FromValue returns a pointer to a valid SIHFNZCGABTypes1 for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSIHFNZCGABTypesFromValue returns a pointer to a valid SIHFNZCGABTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSimpleOAuthDataSourcesFromValue returns a pointer to a valid SimpleOAuthDataSources for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSingleChunksAndEmbeddingsUploadInput instantiates a new SingleChunksAndEmbeddingsUploadInput 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.
NewSingleChunksAndEmbeddingsUploadInputWithDefaults instantiates a new SingleChunksAndEmbeddingsUploadInput 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.
NewSitemapScrapeRequest instantiates a new SitemapScrapeRequest 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.
NewSitemapScrapeRequestWithDefaults instantiates a new SitemapScrapeRequest 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.
NewSlackFilters instantiates a new SlackFilters 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.
NewSlackFiltersWithDefaults instantiates a new SlackFilters 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.
NewSlackSyncRequest instantiates a new SlackSyncRequest 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.
NewSlackSyncRequestWithDefaults instantiates a new SlackSyncRequest 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.
NewStorageFileFormatsFromValue returns a pointer to a valid StorageFileFormats for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyncDirectoryRequest instantiates a new SyncDirectoryRequest 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.
NewSyncDirectoryRequestWithDefaults instantiates a new SyncDirectoryRequest 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.
NewSyncFilesIds instantiates a new SyncFilesIds 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.
NewSyncFilesIds1 instantiates a new SyncFilesIds1 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.
NewSyncFilesIds1WithDefaults instantiates a new SyncFilesIds1 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.
NewSyncFilesIdsWithDefaults instantiates a new SyncFilesIds 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.
NewSyncFilesRequest instantiates a new SyncFilesRequest 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.
NewSyncFilesRequestWithDefaults instantiates a new SyncFilesRequest 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.
NewSyncOptions instantiates a new SyncOptions 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.
NewSyncOptionsWithDefaults instantiates a new SyncOptions 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.
NewTask instantiates a new Task 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.
NewTaskWithDefaults instantiates a new Task 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.
NewTeam instantiates a new Team 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.
NewTeamWithDefaults instantiates a new Team 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.
NewTextEmbeddingGeneratorsFromValue returns a pointer to a valid TextEmbeddingGenerators for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTMEmbeddingGeneratorsFromValue returns a pointer to a valid TMEmbeddingGenerators for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTokenResponse instantiates a new TokenResponse 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.
NewTokenResponseWithDefaults instantiates a new TokenResponse 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.
NewTranscriptionServiceFromValue returns a pointer to a valid TranscriptionService for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTranscriptionServiceNullableFromValue returns a pointer to a valid TranscriptionServiceNullable for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTree instantiates a new Tree 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.
NewTreeWithDefaults instantiates a new Tree 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.
NewUpdateOrganizationInput instantiates a new UpdateOrganizationInput 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.
NewUpdateOrganizationInputWithDefaults instantiates a new UpdateOrganizationInput 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.
NewUpdateUsersInput instantiates a new UpdateUsersInput 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.
NewUpdateUsersInputWithDefaults instantiates a new UpdateUsersInput 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.
NewUploadFileFromUrlInput instantiates a new UploadFileFromUrlInput 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.
NewUploadFileFromUrlInputWithDefaults instantiates a new UploadFileFromUrlInput 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.
NewUser instantiates a new User 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.
NewUserConfiguration instantiates a new UserConfiguration 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.
NewUserConfigurationNullable instantiates a new UserConfigurationNullable 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.
NewUserConfigurationNullableWithDefaults instantiates a new UserConfigurationNullable 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.
NewUserConfigurationWithDefaults instantiates a new UserConfiguration 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.
NewUserFile instantiates a new UserFile 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.
NewUserFilesV2 instantiates a new UserFilesV2 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.
NewUserFilesV2WithDefaults instantiates a new UserFilesV2 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.
NewUserFileWithDefaults instantiates a new UserFile 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.
NewUserListResponse instantiates a new UserListResponse 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.
NewUserListResponseWithDefaults instantiates a new UserListResponse 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.
NewUserNullable instantiates a new UserNullable 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.
NewUserNullableWithDefaults instantiates a new UserNullable 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.
NewUserRequestContent instantiates a new UserRequestContent 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.
NewUserRequestContentWithDefaults instantiates a new UserRequestContent 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.
NewUserResponse instantiates a new UserResponse 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.
NewUserResponseWithDefaults instantiates a new UserResponse 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.
NewUserWebPageOrderByTypesFromValue returns a pointer to a valid UserWebPageOrderByTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUserWebPagesFilters instantiates a new UserWebPagesFilters 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.
NewUserWebPagesFiltersWithDefaults instantiates a new UserWebPagesFilters 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.
NewUserWebPagesRequest instantiates a new UserWebPagesRequest 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.
NewUserWebPagesRequestWithDefaults instantiates a new UserWebPagesRequest 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.
NewUserWithDefaults instantiates a new User 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.
NewValidationError instantiates a new ValidationError 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.
NewValidationErrorWithDefaults instantiates a new ValidationError 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.
NewWebhook instantiates a new Webhook 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.
NewWebhookFilters instantiates a new WebhookFilters 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.
NewWebhookFiltersWithDefaults instantiates a new WebhookFilters 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.
NewWebhookNoKey instantiates a new WebhookNoKey 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.
NewWebhookNoKeyWithDefaults instantiates a new WebhookNoKey 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.
NewWebhookOrderByColumnsFromValue returns a pointer to a valid WebhookOrderByColumns for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWebhookQueryInput instantiates a new WebhookQueryInput 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.
NewWebhookQueryInputWithDefaults instantiates a new WebhookQueryInput 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.
NewWebhookQueryResponse instantiates a new WebhookQueryResponse 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.
NewWebhookQueryResponseWithDefaults instantiates a new WebhookQueryResponse 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.
NewWebhookStatusFromValue returns a pointer to a valid WebhookStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewWebhookWithDefaults instantiates a new Webhook 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.
NewWebscrapeRequest instantiates a new WebscrapeRequest 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.
NewWebscrapeRequestWithDefaults instantiates a new WebscrapeRequest 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.
NewWhiteLabelFilters instantiates a new WhiteLabelFilters 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.
NewWhiteLabelFiltersWithDefaults instantiates a new WhiteLabelFilters 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.
NewWhiteLabelingResponse instantiates a new WhiteLabelingResponse 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.
NewWhiteLabelingResponseWithDefaults instantiates a new WhiteLabelingResponse 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.
NewWhiteLabelInput instantiates a new WhiteLabelInput 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.
NewWhiteLabelInputWithDefaults instantiates a new WhiteLabelInput 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.
NewWhiteLabelOrderByColumnsFromValue returns a pointer to a valid WhiteLabelOrderByColumns for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewYoutubeTranscriptResponse instantiates a new YoutubeTranscriptResponse 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.
NewYoutubeTranscriptResponseWithDefaults instantiates a new YoutubeTranscriptResponse 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.
NewZendeskAuthentication instantiates a new ZendeskAuthentication 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.
NewZendeskAuthenticationWithDefaults instantiates a new ZendeskAuthentication 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.
NewZendeskFileTypesFromValue returns a pointer to a valid ZendeskFileTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewZoteroAuthentication instantiates a new ZoteroAuthentication 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.
NewZoteroAuthenticationWithDefaults instantiates a new ZoteroAuthentication 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.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
stringAsSentWebhookPayloadObjectAdditionalInformation is a convenience function that returns string wrapped in SentWebhookPayloadObjectAdditionalInformation.
stringAsSentWebhookPayloadObjectObjectId is a convenience function that returns string wrapped in SentWebhookPayloadObjectObjectId.
stringAsSyncFilesRequestIdsInner is a convenience function that returns string wrapped in SyncFilesRequestIdsInner.
SyncFilesIds1AsSyncFilesRequestIdsInner is a convenience function that returns SyncFilesIds1 wrapped in SyncFilesRequestIdsInner.
# Constants
List of AccountsOrderBy.
List of AccountsOrderBy.
List of AccountsOrderBy.
List of AccountsOrderBy.
List of AccountsOrderBy.
List of AccountsOrderByNullable.
List of AccountsOrderByNullable.
List of AccountsOrderByNullable.
List of AccountsOrderByNullable.
List of AccountsOrderByNullable.
List of AzureBlobStorageTypes.
List of BaseIncludes.
List of BaseIncludes.
List of CommentsOrderBy.
List of CommentsOrderBy.
List of ConfigurationKeys.
List of ConfluenceFileTypes.
List of ConfluenceFileTypes.
List of ContactsOrderBy.
List of ContactsOrderBy.
List of ContactsOrderBy.
List of ContactsOrderBy.
List of ContactsOrderBy.
List of ContactsOrderByNullable.
List of ContactsOrderByNullable.
List of ContactsOrderByNullable.
List of ContactsOrderByNullable.
List of ContactsOrderByNullable.
List of CustomCredentialsType.
List of CustomCredentialsType.
List of CustomCredentialsType.
List of CustomCredentialsType.
List of CustomCredentialsType.
List of DataSourceExtendedInput.
List of DataSourceLastSyncActions.
List of DataSourceLastSyncActions.
List of DataSourceLastSyncActions.
List of DataSourceLastSyncActions.
List of DataSourceSyncStatuses.
List of DataSourceSyncStatuses.
List of DataSourceSyncStatuses.
List of DataSourceSyncStatuses.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceType.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of DataSourceTypeNullable.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGenerators.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingGeneratorsNullable.
List of EmbeddingsAndChunksOrderByColumns.
List of EmbeddingsAndChunksOrderByColumns.
List of EmbeddingsAndChunksOrderByColumns.
List of EmbeddingStorageStatus.
List of EmbeddingStorageStatus.
List of EmbeddingStorageStatus.
List of EmbeddingStorageStatus.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalFileSyncStatuses.
List of ExternalSourceItemsOrderBy.
List of ExternalSourceItemsOrderBy.
List of ExternalSourceItemsOrderBy.
List of FileContentTypes.
List of FileContentTypes.
List of FileContentTypes.
List of FileContentTypes.
List of FileContentTypesNullable.
List of FileContentTypesNullable.
List of FileContentTypesNullable.
List of FileContentTypesNullable.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormats.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileFormatsNullable.
List of FileStatus.
List of FileStatus.
List of FileStatus.
List of FileStatus.
List of FileStatus.
List of FileStatus.
List of FileStatus.
List of GitbookFileTypes.
List of GitbookFileTypes.
List of GitbookFileTypes.
List of GitbookFileTypes.
List of GithubFileTypes.
List of GithubFileTypes.
List of GithubFileTypes.
List of GongFileTypes.
List of GongFileTypes.
List of GongFileTypes.
List of GuruFileTypes.
List of GuruFileTypes.
List of GuruFileTypes.
List of HelpdeskFileTypes.
List of HelpdeskFileTypes.
List of HelpdeskFileTypes.
List of HSNFileTypes.
List of HSNFileTypes.
List of HSNFileTypes.
List of HSNFileTypes1.
List of HSNFileTypes1.
List of HSNFileTypes1.
List of HSNFileTypes2.
List of HSNFileTypes2.
List of HSNFileTypes2.
List of HSNFileTypes3.
List of HSNFileTypes3.
List of HSNFileTypes3.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IntercomFileTypes.
List of IssuesOrderBy.
List of IssuesOrderBy.
List of IssuesOrderBy.
List of LeadsOrderBy.
List of LeadsOrderBy.
List of LeadsOrderBy.
List of LeadsOrderBy.
List of LeadsOrderByNullable.
List of LeadsOrderByNullable.
List of LeadsOrderByNullable.
List of LeadsOrderByNullable.
List of ListUsersOrderByTypes.
List of ListUsersOrderByTypes.
List of MultiModalEmbeddingGenerators.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OauthBasedConnectors.
List of OpportunitiesOrderBy.
List of OpportunitiesOrderBy.
List of OpportunitiesOrderBy.
List of OpportunitiesOrderBy.
List of OpportunitiesOrderBy.
List of OpportunitiesOrderBy.
List of OpportunitiesOrderByNullable.
List of OpportunitiesOrderByNullable.
List of OpportunitiesOrderByNullable.
List of OpportunitiesOrderByNullable.
List of OpportunitiesOrderByNullable.
List of OpportunitiesOrderByNullable.
List of OpportunityStatus.
List of OpportunityStatus.
List of OpportunityStatusNullable.
List of OpportunityStatusNullable.
List of OrderDir.
List of OrderDir.
List of OrderDirV2.
List of OrderDirV2.
List of OrderDirV2Nullable.
List of OrderDirV2Nullable.
List of OrganizationUserDataSourceOrderByColumns.
List of OrganizationUserDataSourceOrderByColumns.
List of OrganizationUserFilesToSyncOrderByTypes.
List of OrganizationUserFilesToSyncOrderByTypes.
List of OrganizationUserFilesToSyncOrderByTypes.
List of OrganizationUserFilesToSyncOrderByTypes.
List of OrganizationUserFilesToSyncOrderByTypes.
List of OrganizationUserFilesToSyncOrderByTypes.
List of ParsedTextFormats.
List of ParsedTextFormats.
List of ParsedTextFormatsNullable.
List of ParsedTextFormatsNullable.
List of PROrderBy.
List of PROrderBy.
List of PROrderBy.
List of PRState.
List of PRState.
List of PRStateInput.
List of PRStateInput.
List of PRStateInput.
List of ServiceNowFileTypes.
List of ServiceNowFileTypes.
List of ServiceNowFileTypes.
List of SharedSourceItemTypes.
List of SharedSourceItemTypes.
List of SIHFNZCGABTypes.
List of SIHFNZCGABTypes.
List of SIHFNZCGABTypes1.
List of SIHFNZCGABTypes1.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of SimpleOAuthDataSources.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of StorageFileFormats.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TextEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TMEmbeddingGenerators.
List of TranscriptionService.
List of TranscriptionService.
List of TranscriptionServiceNullable.
List of TranscriptionServiceNullable.
List of UserWebPageOrderByTypes.
List of UserWebPageOrderByTypes.
List of UserWebPageOrderByTypes.
List of WebhookOrderByColumns.
List of WebhookOrderByColumns.
List of WebhookStatus.
List of WebhookStatus.
List of WhiteLabelOrderByColumns.
List of WhiteLabelOrderByColumns.
List of ZendeskFileTypes.
List of ZendeskFileTypes.
List of ZendeskFileTypes.
List of ZendeskFileTypes.
List of ZendeskFileTypes.
# Variables
All allowed values of AccountsOrderBy enum.
All allowed values of AccountsOrderByNullable enum.
All allowed values of AzureBlobStorageTypes enum.
All allowed values of BaseIncludes enum.
All allowed values of CommentsOrderBy enum.
All allowed values of ConfigurationKeys enum.
All allowed values of ConfluenceFileTypes enum.
All allowed values of ContactsOrderBy enum.
All allowed values of ContactsOrderByNullable enum.
All allowed values of CustomCredentialsType enum.
All allowed values of DataSourceExtendedInput enum.
All allowed values of DataSourceLastSyncActions enum.
All allowed values of DataSourceSyncStatuses enum.
All allowed values of DataSourceType enum.
All allowed values of DataSourceTypeNullable enum.
All allowed values of EmbeddingGenerators enum.
All allowed values of EmbeddingGeneratorsNullable enum.
All allowed values of EmbeddingsAndChunksOrderByColumns enum.
All allowed values of EmbeddingStorageStatus enum.
All allowed values of ExternalFileSyncStatuses enum.
All allowed values of ExternalSourceItemsOrderBy enum.
All allowed values of FileContentTypes enum.
All allowed values of FileContentTypesNullable enum.
All allowed values of FileFormats enum.
All allowed values of FileFormatsNullable enum.
All allowed values of FileStatus enum.
All allowed values of GitbookFileTypes enum.
All allowed values of GithubFileTypes enum.
All allowed values of GongFileTypes enum.
All allowed values of GuruFileTypes enum.
All allowed values of HelpdeskFileTypes enum.
All allowed values of HSNFileTypes1 enum.
All allowed values of HSNFileTypes2 enum.
All allowed values of HSNFileTypes3 enum.
All allowed values of HSNFileTypes enum.
All allowed values of IntercomFileTypes enum.
All allowed values of IssuesOrderBy enum.
All allowed values of LeadsOrderBy enum.
All allowed values of LeadsOrderByNullable enum.
All allowed values of ListUsersOrderByTypes enum.
All allowed values of MultiModalEmbeddingGenerators enum.
All allowed values of OauthBasedConnectors enum.
All allowed values of OpportunitiesOrderBy enum.
All allowed values of OpportunitiesOrderByNullable enum.
All allowed values of OpportunityStatus enum.
All allowed values of OpportunityStatusNullable enum.
All allowed values of OrderDir enum.
All allowed values of OrderDirV2 enum.
All allowed values of OrderDirV2Nullable enum.
All allowed values of OrganizationUserDataSourceOrderByColumns enum.
All allowed values of OrganizationUserFilesToSyncOrderByTypes enum.
All allowed values of ParsedTextFormats enum.
All allowed values of ParsedTextFormatsNullable enum.
All allowed values of PROrderBy enum.
All allowed values of PRState enum.
All allowed values of PRStateInput enum.
All allowed values of ServiceNowFileTypes enum.
All allowed values of SharedSourceItemTypes enum.
All allowed values of SIHFNZCGABTypes1 enum.
All allowed values of SIHFNZCGABTypes enum.
All allowed values of SimpleOAuthDataSources enum.
All allowed values of StorageFileFormats enum.
All allowed values of TextEmbeddingGenerators enum.
All allowed values of TMEmbeddingGenerators enum.
All allowed values of TranscriptionService enum.
All allowed values of TranscriptionServiceNullable enum.
All allowed values of UserWebPageOrderByTypes enum.
All allowed values of WebhookOrderByColumns enum.
All allowed values of WebhookStatus enum.
All allowed values of WhiteLabelOrderByColumns enum.
All allowed values of ZendeskFileTypes enum.
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.
# Structs
Account struct for Account.
AccountFilters struct for AccountFilters.
AccountResponse struct for AccountResponse.
AccountsRequest struct for AccountsRequest.
AddDataSourceTagsInput struct for AddDataSourceTagsInput.
Address struct for Address.
AddWebhookProps struct for AddWebhookProps.
APIClient manages communication with the Carbon API v1.0.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
AutoSyncEnabledSourcesProperty List of data source types to enable auto sync for.
AzureBlobAuthRequest struct for AzureBlobAuthRequest.
AzureBlobFileSyncInput struct for AzureBlobFileSyncInput.
AzureBlobGetFileInput struct for AzureBlobGetFileInput.
AzureBlobStorageAuthentication struct for AzureBlobStorageAuthentication.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BodyCreateUploadFileUploadfilePost struct for BodyCreateUploadFileUploadfilePost.
ChunkProperties struct for ChunkProperties.
ChunkPropertiesNullable struct for ChunkPropertiesNullable.
ChunksAndEmbeddings struct for ChunksAndEmbeddings.
ChunksAndEmbeddingsUploadInput struct for ChunksAndEmbeddingsUploadInput.
ColdStorageProps struct for ColdStorageProps.
CommentsInput struct for CommentsInput.
CommentsResponse struct for CommentsResponse.
Commit struct for Commit.
CommitsInput struct for CommitsInput.
CommitsResponse struct for CommitsResponse.
CommitUser struct for CommitUser.
CommitUserNullable struct for CommitUserNullable.
Configuration stores the configuration of the API client.
ConfluenceAuthentication struct for ConfluenceAuthentication.
ConnectDataSourceInput struct for ConnectDataSourceInput.
ConnectDataSourceResponse struct for ConnectDataSourceResponse.
Contact struct for Contact.
ContactFilters struct for ContactFilters.
ContactsRequest struct for ContactsRequest.
ContactsResponse struct for ContactsResponse.
Credentials struct for Credentials.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DataSourceConfiguration struct for DataSourceConfiguration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeleteFilesQueryInput struct for DeleteFilesQueryInput.
DeleteFilesV2QueryInput struct for DeleteFilesV2QueryInput.
DeleteUsersInput struct for DeleteUsersInput.
DeleteWhiteLabelRequest struct for DeleteWhiteLabelRequest.
DirectoryItem struct for DirectoryItem.
Document360ConnectRequest struct for Document360ConnectRequest.
DocumentResponse struct for DocumentResponse.
DocumentResponseList struct for DocumentResponseList.
Email struct for Email.
EmbeddingAndChunk struct for EmbeddingAndChunk.
EmbeddingProperties struct for EmbeddingProperties.
EmbeddingsAndChunksFilters struct for EmbeddingsAndChunksFilters.
EmbeddingsAndChunksQueryInput struct for EmbeddingsAndChunksQueryInput.
EmbeddingsAndChunksQueryInputV2 struct for EmbeddingsAndChunksQueryInputV2.
EmbeddingsAndChunksResponse struct for EmbeddingsAndChunksResponse.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Event struct for Event.
ExternalSourceItem struct for ExternalSourceItem.
FetchURLsRequest struct for FetchURLsRequest.
FetchURLsResponse struct for FetchURLsResponse.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FilesInput struct for FilesInput.
FilesResponse struct for FilesResponse.
FileStatistics struct for FileStatistics.
FileStatisticsNullable struct for FileStatisticsNullable.
FileSyncConfig struct for FileSyncConfig.
FileSyncConfigNullable Used to configure file syncing for certain connectors when sync_files_on_connection is set to true.
FreshDeskConnectRequest struct for FreshDeskConnectRequest.
FreskdeskAuthentication struct for FreskdeskAuthentication.
GDOSWhiteLabelInput struct for GDOSWhiteLabelInput.
GDOSWhiteLabelInput1 struct for GDOSWhiteLabelInput1.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GenericSuccessResponse struct for GenericSuccessResponse.
GetEmbeddingDocumentsBody struct for GetEmbeddingDocumentsBody.
GitbookAuthetication struct for GitbookAuthetication.
GitbookConnectRequest struct for GitbookConnectRequest.
GitbookSyncRequest struct for GitbookSyncRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GithubAuthentication struct for GithubAuthentication.
GithubConnectRequest struct for GithubConnectRequest.
GithubFetchReposRequest struct for GithubFetchReposRequest.
GmailSyncInput struct for GmailSyncInput.
GongAuthentication struct for GongAuthentication.
GoogleDriveCredentials struct for GoogleDriveCredentials.
GoogleDriveCredentialsProperty struct for GoogleDriveCredentialsProperty.
GoogleDriveWhiteLabelInput struct for GoogleDriveWhiteLabelInput.
GuruAuthentication struct for GuruAuthentication.
GuruConnectRequest struct for GuruConnectRequest.
HeadOrBase struct for HeadOrBase.
HTTPValidationError struct for HTTPValidationError.
HybridSearchTuningParams struct for HybridSearchTuningParams.
HybridSearchTuningParamsNullable Hybrid search tuning parameters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Issue struct for Issue.
IssuePR struct for IssuePR.
IssuePRNullable struct for IssuePRNullable.
IssuesFilter struct for IssuesFilter.
IssuesInput struct for IssuesInput.
IssuesResponse struct for IssuesResponse.
Label struct for Label.
Lead struct for Lead.
LeadFilters struct for LeadFilters.
LeadsRequest struct for LeadsRequest.
LeadsResponse struct for LeadsResponse.
ListDataSourceItemsRequest struct for ListDataSourceItemsRequest.
ListDataSourceItemsResponse struct for ListDataSourceItemsResponse.
ListItemsFilters struct for ListItemsFilters.
ListItemsFiltersNullable struct for ListItemsFiltersNullable.
ListRequest struct for ListRequest.
ListResponse struct for ListResponse.
ListUserResponse struct for ListUserResponse.
ListUsersFilters struct for ListUsersFilters.
ListUsersRequest struct for ListUsersRequest.
ListWhiteLabelRequest struct for ListWhiteLabelRequest.
LocationPropertyInner struct for LocationPropertyInner.
ModifyColdStorageParametersQueryInput struct for ModifyColdStorageParametersQueryInput.
ModifyUserConfigurationInput struct for ModifyUserConfigurationInput.
MoveToHotStorageQueryInput struct for MoveToHotStorageQueryInput.
NotionAuthentication struct for NotionAuthentication.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OANDSCZGFB struct for OANDSCZGFB.
OAuthAuthentication struct for OAuthAuthentication.
OAuthURLRequest struct for OAuthURLRequest.
OneDriveAuthentication struct for OneDriveAuthentication.
OneDriveSharepointCredentials struct for OneDriveSharepointCredentials.
OneDriveSharepointWhiteLabelInput struct for OneDriveSharepointWhiteLabelInput.
OpportunitiesRequest struct for OpportunitiesRequest.
OpportunitiesResponse struct for OpportunitiesResponse.
Opportunity struct for Opportunity.
OpportunityFilters struct for OpportunityFilters.
OrganizationResponse struct for OrganizationResponse.
No description provided by the author
No description provided by the author
No description provided by the author
OrganizationUserDataSourceAPI struct for OrganizationUserDataSourceAPI.
OrganizationUserDataSourceFilters struct for OrganizationUserDataSourceFilters.
OrganizationUserDataSourceQueryInput struct for OrganizationUserDataSourceQueryInput.
OrganizationUserDataSourceResponse struct for OrganizationUserDataSourceResponse.
OrganizationUserFilesToSyncFilters struct for OrganizationUserFilesToSyncFilters.
OrganizationUserFilesToSyncQueryInput struct for OrganizationUserFilesToSyncQueryInput.
OrganizationUserFileTagCreate struct for OrganizationUserFileTagCreate.
OrganizationUserFileTagsRemove struct for OrganizationUserFileTagsRemove.
OuthURLResponse struct for OuthURLResponse.
OutlookSyncInput struct for OutlookSyncInput.
Pagination struct for Pagination.
PartialAccount struct for PartialAccount.
PartialAccountNullable struct for PartialAccountNullable.
PartialContact struct for PartialContact.
PartialContactNullable struct for PartialContactNullable.
PartialOwner struct for PartialOwner.
PartialOwnerNullable struct for PartialOwnerNullable.
PhoneNumber struct for PhoneNumber.
PRComment struct for PRComment.
PRCommit struct for PRCommit.
PresignedURLResponse struct for PresignedURLResponse.
PRFile struct for PRFile.
PullRequest struct for PullRequest.
PullRequestExtended struct for PullRequestExtended.
PullRequestFilters struct for PullRequestFilters.
PullRequestResponse struct for PullRequestResponse.
PullRequestsInput struct for PullRequestsInput.
RankProperty struct for RankProperty.
RawTextInput struct for RawTextInput.
RawTranscriptPropertyInnerValue struct for RawTranscriptPropertyInnerValue.
RemoveDataSourceTagsInput struct for RemoveDataSourceTagsInput.
RerankParams struct for RerankParams.
RerankParamsNullable Parameters for reranking the chunks using a specified model.
ResyncFileQueryInput struct for ResyncFileQueryInput.
RevokeAccessTokenInput struct for RevokeAccessTokenInput.
RSSFeedInput struct for RSSFeedInput.
S3Authentication struct for S3Authentication.
S3AuthRequest struct for S3AuthRequest.
S3FileSyncInput struct for S3FileSyncInput.
S3GetFileInput struct for S3GetFileInput.
SalesforceAuthentication struct for SalesforceAuthentication.
SentWebhookPayload struct for SentWebhookPayload.
SentWebhookPayloadObject struct for SentWebhookPayloadObject.
SentWebhookPayloadObjectAdditionalInformation - struct for SentWebhookPayloadObjectAdditionalInformation.
SentWebhookPayloadObjectObjectId - struct for SentWebhookPayloadObjectObjectId.
SentWebhookRequestBody struct for SentWebhookRequestBody.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceNowAuthentication struct for ServiceNowAuthentication.
ServiceNowCredentials struct for ServiceNowCredentials.
ServiceNowCredentialsNullable ServiceNow credentials required to connect a ServiceNow account.
SharepointAuthentication struct for SharepointAuthentication.
SingleChunksAndEmbeddingsUploadInput struct for SingleChunksAndEmbeddingsUploadInput.
SitemapScrapeRequest struct for SitemapScrapeRequest.
SlackFilters struct for SlackFilters.
SlackSyncRequest struct for SlackSyncRequest.
SourceProperty The source of the file.
SyncDirectoryRequest struct for SyncDirectoryRequest.
SyncFilesIds struct for SyncFilesIds.
SyncFilesIds1 struct for SyncFilesIds1.
SyncFilesRequest struct for SyncFilesRequest.
SyncFilesRequestIdsInner - struct for SyncFilesRequestIdsInner.
SyncOptions struct for SyncOptions.
Tags struct for Tags.
Tags1 struct for Tags1.
Task struct for Task.
Team struct for Team.
TokenResponse struct for TokenResponse.
Tree struct for Tree.
UpdateOrganizationInput struct for UpdateOrganizationInput.
UpdateUsersInput struct for UpdateUsersInput.
UploadFileFromUrlInput struct for UploadFileFromUrlInput.
User struct for User.
UserConfiguration struct for UserConfiguration.
UserConfigurationNullable Used to set organization level defaults for user settings.
UserFile struct for UserFile.
UserFilesV2 struct for UserFilesV2.
UserListResponse struct for UserListResponse.
UserNullable struct for UserNullable.
UserRequestContent struct for UserRequestContent.
UserResponse struct for UserResponse.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UserWebPagesFilters struct for UserWebPagesFilters.
UserWebPagesRequest struct for UserWebPagesRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidationError struct for ValidationError.
Webhook struct for Webhook.
WebhookFilters struct for WebhookFilters.
WebhookNoKey struct for WebhookNoKey.
WebhookQueryInput struct for WebhookQueryInput.
WebhookQueryResponse struct for WebhookQueryResponse.
No description provided by the author
No description provided by the author
No description provided by the author
WebscrapeRequest struct for WebscrapeRequest.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WhiteLabelFilters struct for WhiteLabelFilters.
WhiteLabelingResponse struct for WhiteLabelingResponse.
WhiteLabelInput struct for WhiteLabelInput.
YoutubeTranscriptResponse struct for YoutubeTranscriptResponse.
ZendeskAuthentication struct for ZendeskAuthentication.
ZoteroAuthentication struct for ZoteroAuthentication.
# Type aliases
AccountsOrderBy the model 'AccountsOrderBy'.
AccountsOrderByNullable the model 'AccountsOrderByNullable'.
AuthApiService AuthApi service.
AzureBlobStorageTypes the model 'AzureBlobStorageTypes'.
BaseIncludes These can be included as children when requesting parent entities .
CommentsOrderBy the model 'CommentsOrderBy'.
ConfigurationKeys the model 'ConfigurationKeys'.
ConfluenceFileTypes the model 'ConfluenceFileTypes'.
ContactsOrderBy the model 'ContactsOrderBy'.
ContactsOrderByNullable the model 'ContactsOrderByNullable'.
CRMApiService CRMApi service.
CustomCredentialsType the model 'CustomCredentialsType'.
DataSourceExtendedInput the model 'DataSourceExtendedInput'.
DataSourceLastSyncActions the model 'DataSourceLastSyncActions'.
DataSourcesApiService DataSourcesApi service.
DataSourceSyncStatuses the model 'DataSourceSyncStatuses'.
DataSourceType the model 'DataSourceType'.
DataSourceTypeNullable the model 'DataSourceTypeNullable'.
EmbeddingGenerators the model 'EmbeddingGenerators'.
EmbeddingGeneratorsNullable the model 'EmbeddingGeneratorsNullable'.
EmbeddingsAndChunksOrderByColumns the model 'EmbeddingsAndChunksOrderByColumns'.
EmbeddingsApiService EmbeddingsApi service.
EmbeddingStorageStatus the model 'EmbeddingStorageStatus'.
ExternalFileSyncStatuses the model 'ExternalFileSyncStatuses'.
ExternalSourceItemsOrderBy the model 'ExternalSourceItemsOrderBy'.
FileContentTypes the model 'FileContentTypes'.
FileContentTypesNullable the model 'FileContentTypesNullable'.
FileFormats the model 'FileFormats'.
FileFormatsNullable the model 'FileFormatsNullable'.
FilesApiService FilesApi service.
FileStatus the model 'FileStatus'.
GitbookFileTypes the model 'GitbookFileTypes'.
GithubApiService GithubApi service.
GithubFileTypes the model 'GithubFileTypes'.
GongFileTypes the model 'GongFileTypes'.
GuruFileTypes the model 'GuruFileTypes'.
HelpdeskFileTypes the model 'HelpdeskFileTypes'.
HSNFileTypes the model 'HSNFileTypes'.
HSNFileTypes1 the model 'HSNFileTypes1'.
HSNFileTypes2 the model 'HSNFileTypes2'.
HSNFileTypes3 the model 'HSNFileTypes3'.
IntegrationsApiService IntegrationsApi service.
IntercomFileTypes the model 'IntercomFileTypes'.
IssuesOrderBy the model 'IssuesOrderBy'.
LeadsOrderBy the model 'LeadsOrderBy'.
LeadsOrderByNullable the model 'LeadsOrderByNullable'.
ListUsersOrderByTypes the model 'ListUsersOrderByTypes'.
MultiModalEmbeddingGenerators the model 'MultiModalEmbeddingGenerators'.
OauthBasedConnectors the model 'OauthBasedConnectors'.
OpportunitiesOrderBy the model 'OpportunitiesOrderBy'.
OpportunitiesOrderByNullable the model 'OpportunitiesOrderByNullable'.
OpportunityStatus the model 'OpportunityStatus'.
OpportunityStatusNullable the model 'OpportunityStatusNullable'.
OrderDir the model 'OrderDir'.
OrderDirV2 the model 'OrderDirV2'.
OrderDirV2Nullable the model 'OrderDirV2Nullable'.
OrganizationsApiService OrganizationsApi service.
OrganizationUserDataSourceOrderByColumns the model 'OrganizationUserDataSourceOrderByColumns'.
OrganizationUserFilesToSyncOrderByTypes the model 'OrganizationUserFilesToSyncOrderByTypes'.
ParsedTextFormats the model 'ParsedTextFormats'.
ParsedTextFormatsNullable The format in which the text content of the file should be parsed.
PROrderBy the model 'PROrderBy'.
PRState the model 'PRState'.
PRStateInput the model 'PRStateInput'.
ServerConfigurations stores multiple ServerConfiguration items.
ServiceNowFileTypes the model 'ServiceNowFileTypes'.
SharedSourceItemTypes the model 'SharedSourceItemTypes'.
SIHFNZCGABTypes the model 'SIHFNZCGABTypes'.
SIHFNZCGABTypes1 the model 'SIHFNZCGABTypes1'.
SimpleOAuthDataSources the model 'SimpleOAuthDataSources'.
StorageFileFormats the model 'StorageFileFormats'.
TextEmbeddingGenerators the model 'TextEmbeddingGenerators'.
TMEmbeddingGenerators the model 'TMEmbeddingGenerators'.
TranscriptionService the model 'TranscriptionService'.
TranscriptionServiceNullable the model 'TranscriptionServiceNullable'.
UsersApiService UsersApi service.
UserWebPageOrderByTypes the model 'UserWebPageOrderByTypes'.
UtilitiesApiService UtilitiesApi service.
WebhookOrderByColumns the model 'WebhookOrderByColumns'.
WebhooksApiService WebhooksApi service.
WebhookStatus the model 'WebhookStatus'.
WhiteLabelApiService WhiteLabelApi service.
WhiteLabelOrderByColumns the model 'WhiteLabelOrderByColumns'.
ZendeskFileTypes the model 'ZendeskFileTypes'.