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
@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
| Parameter | Type | Description |
|---|
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. |
@spec stream(Twilio.Client.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).