Twilio.Accounts.V1.Messaging.MessagingGeopermissionsService (twilio_elixir v0.1.1)

Copy Markdown View Source

Manage Geo Permissions for each country.

Operations: list

Summary

Functions

Operation: FetchMessagingGeopermissions | Tags: AccountsV1MessagingGeopermissions

Stream: (lazy auto-pagination).

Functions

list(client, params \\ %{}, opts \\ [])

@spec list(Twilio.Client.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}

Operation: FetchMessagingGeopermissions | Tags: AccountsV1MessagingGeopermissions

Query Parameters

ParameterTypeDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| CountryCode | string | The country code to filter the geo permissions. If provided, only the geo permission for the specified country will be returned. |

stream(client, params \\ %{}, opts \\ [])

@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()

Stream: (lazy auto-pagination).