Service for Release API operations.
Operations: list, create, fetch
Summary
Functions
Operation: CreatePluginRelease | Tags: FlexV1PluginRelease
Operation: FetchPluginRelease | Tags: FlexV1PluginRelease
Operation: ListPluginRelease | Tags: FlexV1PluginRelease
Stream: (lazy auto-pagination).
Functions
@spec create(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Resources.Flex.V1.PluginService.Release.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: CreatePluginRelease | Tags: FlexV1PluginRelease
Required Parameters
| Parameter | Type | Description |
|---|---|---|
ConfigurationId | string | The SID or the Version of the Flex Plugin Configuration to release. |
@spec fetch(Twilio.Client.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.Flex.V1.PluginService.Release.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchPluginRelease | Tags: FlexV1PluginRelease
@spec list(Twilio.Client.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListPluginRelease | Tags: FlexV1PluginRelease
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).