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() (*FetchFieldResponse, error) + func (c Client) FetchWithContext(context context.Context) (*FetchFieldResponse, error) + type ClientProperties struct + AssistantSid string + Sid string + TaskSid string + type FetchFieldResponse struct + AccountSid string + AssistantSid string + DateCreated time.Time + DateUpdated *time.Time + FieldType string + Sid string + TaskSid string + URL string + UniqueName string