Twilio.IpMessaging.V1.Service.Channel.MemberService
(twilio_elixir v0.1.1)
Copy Markdown
View Source
Service for Member API operations.
Operations: list, create, fetch, update, delete
Summary
Functions
Operation: CreateMember | Tags: IpMessagingV1Member
Operation: DeleteMember | Tags: IpMessagingV1Member
Operation: FetchMember | Tags: IpMessagingV1Member
Operation: ListMember | Tags: IpMessagingV1Member
Stream: (lazy auto-pagination).
Operation: UpdateMember | Tags: IpMessagingV1Member
Functions
@spec create(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V1.Service.Channel.Member.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: CreateMember | Tags: IpMessagingV1Member
Required Parameters
| Parameter | Type | Description |
|---|---|---|
Identity | string |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
RoleSid | string |
@spec delete(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: DeleteMember | Tags: IpMessagingV1Member
@spec fetch(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V1.Service.Channel.Member.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: FetchMember | Tags: IpMessagingV1Member
@spec list(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Page.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: ListMember | Tags: IpMessagingV1Member
Query Parameters
| Parameter | Type | Description |
|---|---|---|
Identity | array |
@spec stream(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) :: Enumerable.t()
Stream: (lazy auto-pagination).
@spec update(Twilio.Client.t(), String.t(), String.t(), String.t(), map(), keyword()) :: {:ok, Twilio.Resources.IpMessaging.V1.Service.Channel.Member.t()} | {:ok, map(), map()} | :ok | {:error, Twilio.Error.t()}
Operation: UpdateMember | Tags: IpMessagingV1Member
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
LastConsumedMessageIndex | integer | |
RoleSid | string |