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) Delete() error + func (c Client) DeleteWithContext(context context.Context) error + func (c Client) Fetch() (*FetchUserResponse, error) + func (c Client) FetchWithContext(context context.Context) (*FetchUserResponse, error) + func (c Client) Update(input *UpdateUserInput) (*UpdateUserResponse, error) + func (c Client) UpdateWithContext(context context.Context, input *UpdateUserInput) (*UpdateUserResponse, error) + type ClientProperties struct + Sid string + type FetchUserResponse struct + AccountSid string + Attributes string + ChatServiceSid string + DateCreated time.Time + DateUpdated *time.Time + FriendlyName *string + Identity string + IsNotifiable *bool + IsOnline *bool + RoleSid string + Sid string + URL string + type UpdateUserInput struct + Attributes *string + FriendlyName *string + RoleSid *string + type UpdateUserResponse struct + AccountSid string + Attributes string + ChatServiceSid string + DateCreated time.Time + DateUpdated *time.Time + FriendlyName *string + Identity string + IsNotifiable *bool + IsOnline *bool + RoleSid string + Sid string + URL string