pub enum WorkflowUserEditableCredentialsInner {
Show 48 variants
Anthropic(CreateAnthropicCredentialDto),
Anyscale(CreateAnyscaleCredentialDto),
AssemblyAi(CreateAssemblyAiCredentialDto),
Azure(CreateAzureCredentialDto),
AzureOpenai(CreateAzureOpenAiCredentialDto),
ByoSipTrunk(CreateByoSipTrunkCredentialDto),
Cartesia(CreateCartesiaCredentialDto),
Cerebras(CreateCerebrasCredentialDto),
Cloudflare(CreateCloudflareCredentialDto),
CustomLlm(CreateCustomLlmCredentialDto),
Deepgram(CreateDeepgramCredentialDto),
Deepinfra(CreateDeepInfraCredentialDto),
DeepSeek(CreateDeepSeekCredentialDto),
Model11labs(CreateElevenLabsCredentialDto),
Gcp(CreateGcpCredentialDto),
Gladia(CreateGladiaCredentialDto),
Gohighlevel(CreateGoHighLevelCredentialDto),
Google(CreateGoogleCredentialDto),
Groq(CreateGroqCredentialDto),
Hume(CreateHumeCredentialDto),
InflectionAi(CreateInflectionAiCredentialDto),
Langfuse(CreateLangfuseCredentialDto),
Lmnt(CreateLmntCredentialDto),
Make(CreateMakeCredentialDto),
Mistral(CreateMistralCredentialDto),
Neuphonic(CreateNeuphonicCredentialDto),
Openai(CreateOpenAiCredentialDto),
Openrouter(CreateOpenRouterCredentialDto),
PerplexityAi(CreatePerplexityAiCredentialDto),
Playht(CreatePlayHtCredentialDto),
RimeAi(CreateRimeAiCredentialDto),
Runpod(CreateRunpodCredentialDto),
S3(CreateS3CredentialDto),
SmallestAi(CreateSmallestAiCredentialDto),
Speechmatics(CreateSpeechmaticsCredentialDto),
Supabase(CreateSupabaseCredentialDto),
Tavus(CreateTavusCredentialDto),
TogetherAi(CreateTogetherAiCredentialDto),
Trieve(CreateTrieveCredentialDto),
Twilio(CreateTwilioCredentialDto),
Vonage(CreateVonageCredentialDto),
Webhook(CreateWebhookCredentialDto),
Xai(CreateXaiCredentialDto),
GooglePeriodCalendarPeriodOauth2Client(CreateGoogleCalendarOAuth2ClientCredentialDto),
GooglePeriodCalendarPeriodOauth2Authorization(CreateGoogleCalendarOAuth2AuthorizationCredentialDto),
GooglePeriodSheetsPeriodOauth2Authorization(CreateGoogleSheetsOAuth2AuthorizationCredentialDto),
SlackPeriodOauth2Authorization(CreateSlackOAuth2AuthorizationCredentialDto),
GhlPeriodOauth2Authorization(CreateGoHighLevelMcpCredentialDto),
}
Variants§
Anthropic(CreateAnthropicCredentialDto)
Anyscale(CreateAnyscaleCredentialDto)
AssemblyAi(CreateAssemblyAiCredentialDto)
Azure(CreateAzureCredentialDto)
AzureOpenai(CreateAzureOpenAiCredentialDto)
ByoSipTrunk(CreateByoSipTrunkCredentialDto)
Cartesia(CreateCartesiaCredentialDto)
Cerebras(CreateCerebrasCredentialDto)
Cloudflare(CreateCloudflareCredentialDto)
CustomLlm(CreateCustomLlmCredentialDto)
Deepgram(CreateDeepgramCredentialDto)
Deepinfra(CreateDeepInfraCredentialDto)
DeepSeek(CreateDeepSeekCredentialDto)
Model11labs(CreateElevenLabsCredentialDto)
Gcp(CreateGcpCredentialDto)
Gladia(CreateGladiaCredentialDto)
Gohighlevel(CreateGoHighLevelCredentialDto)
Google(CreateGoogleCredentialDto)
Groq(CreateGroqCredentialDto)
Hume(CreateHumeCredentialDto)
InflectionAi(CreateInflectionAiCredentialDto)
Langfuse(CreateLangfuseCredentialDto)
Lmnt(CreateLmntCredentialDto)
Make(CreateMakeCredentialDto)
Mistral(CreateMistralCredentialDto)
Neuphonic(CreateNeuphonicCredentialDto)
Openai(CreateOpenAiCredentialDto)
Openrouter(CreateOpenRouterCredentialDto)
PerplexityAi(CreatePerplexityAiCredentialDto)
Playht(CreatePlayHtCredentialDto)
RimeAi(CreateRimeAiCredentialDto)
Runpod(CreateRunpodCredentialDto)
S3(CreateS3CredentialDto)
SmallestAi(CreateSmallestAiCredentialDto)
Speechmatics(CreateSpeechmaticsCredentialDto)
Supabase(CreateSupabaseCredentialDto)
Tavus(CreateTavusCredentialDto)
TogetherAi(CreateTogetherAiCredentialDto)
Trieve(CreateTrieveCredentialDto)
Twilio(CreateTwilioCredentialDto)
Vonage(CreateVonageCredentialDto)
Webhook(CreateWebhookCredentialDto)
Xai(CreateXaiCredentialDto)
GooglePeriodCalendarPeriodOauth2Client(CreateGoogleCalendarOAuth2ClientCredentialDto)
GooglePeriodCalendarPeriodOauth2Authorization(CreateGoogleCalendarOAuth2AuthorizationCredentialDto)
GooglePeriodSheetsPeriodOauth2Authorization(CreateGoogleSheetsOAuth2AuthorizationCredentialDto)
SlackPeriodOauth2Authorization(CreateSlackOAuth2AuthorizationCredentialDto)
GhlPeriodOauth2Authorization(CreateGoHighLevelMcpCredentialDto)
Trait Implementations§
Source§impl Clone for WorkflowUserEditableCredentialsInner
impl Clone for WorkflowUserEditableCredentialsInner
Source§fn clone(&self) -> WorkflowUserEditableCredentialsInner
fn clone(&self) -> WorkflowUserEditableCredentialsInner
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for WorkflowUserEditableCredentialsInner
impl<'de> Deserialize<'de> for WorkflowUserEditableCredentialsInner
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WorkflowUserEditableCredentialsInner
impl PartialEq for WorkflowUserEditableCredentialsInner
Source§fn eq(&self, other: &WorkflowUserEditableCredentialsInner) -> bool
fn eq(&self, other: &WorkflowUserEditableCredentialsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WorkflowUserEditableCredentialsInner
Auto Trait Implementations§
impl Freeze for WorkflowUserEditableCredentialsInner
impl RefUnwindSafe for WorkflowUserEditableCredentialsInner
impl Send for WorkflowUserEditableCredentialsInner
impl Sync for WorkflowUserEditableCredentialsInner
impl Unpin for WorkflowUserEditableCredentialsInner
impl UnwindSafe for WorkflowUserEditableCredentialsInner
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more