Versions in this module Expand all Collapse all v0 v0.20.0 Mar 26, 2022 Changes in this version + type Client struct + func New(client *client.Client, properties ClientProperties) *Client + func (c Client) Fetch() (*FetchMemberResponse, error) + func (c Client) FetchWithContext(context context.Context) (*FetchMemberResponse, error) + func (c Client) Update(input *UpdateMemberInput) (*UpdateMemberResponse, error) + func (c Client) UpdateWithContext(context context.Context, input *UpdateMemberInput) (*UpdateMemberResponse, error) + type ClientProperties struct + AccountSid string + QueueSid string + Sid string + type FetchMemberResponse struct + CallSid string + DateEnqueued utils.RFC2822Time + Position int + QueueSid string + WaitTime int + type UpdateMemberInput struct + Method *string + URL string + type UpdateMemberResponse struct + CallSid string + DateEnqueued utils.RFC2822Time + Position int + QueueSid string + WaitTime int