binding

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package binding contains auto-generated files. DO NOT MODIFY

Package binding contains auto-generated files. DO NOT MODIFY

Package binding contains auto-generated files. DO NOT MODIFY

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for managing a specific service binding resource See https://www.twilio.com/docs/chat/rest/binding-resource for more details

func New

func New(client *client.Client, properties ClientProperties) *Client

New creates a new instance of the binding client

func (Client) Delete

func (c Client) Delete() error

Delete removes a service binding resource from the account Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) DeleteWithContext

func (c Client) DeleteWithContext(context context.Context) error

DeleteWithContext removes a service binding resource from the account

func (Client) Fetch

func (c Client) Fetch() (*FetchBindingResponse, error)

Fetch retrieves an service binding resource See https://www.twilio.com/docs/chat/rest/binding-resource#fetch-a-binding-resource for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information

func (Client) FetchWithContext

func (c Client) FetchWithContext(context context.Context) (*FetchBindingResponse, error)

FetchWithContext retrieves an service binding resource See https://www.twilio.com/docs/chat/rest/binding-resource#fetch-a-binding-resource for more details

type ClientProperties

type ClientProperties struct {
	ServiceSid string
	Sid        string
}

ClientProperties are the properties required to manage the binding resources

type FetchBindingResponse

type FetchBindingResponse struct {
	AccountSid    string     `json:"account_sid"`
	BindingType   *string    `json:"binding_type,omitempty"`
	CredentialSid *string    `json:"credential_sid,omitempty"`
	DateCreated   time.Time  `json:"date_created"`
	DateUpdated   *time.Time `json:"date_updated,omitempty"`
	Endpoint      *string    `json:"endpoint,omitempty"`
	Identity      *string    `json:"identity,omitempty"`
	MessageTypes  *[]string  `json:"message_types,omitempty"`
	ServiceSid    string     `json:"service_sid"`
	Sid           string     `json:"sid"`
	URL           string     `json:"url"`
}

FetchBindingResponse defines the response fields for the retrieved service binding

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL