Documentation
¶
Overview ¶
Package alpha_sender contains auto-generated files. DO NOT MODIFY
Package alpha_sender contains auto-generated files. DO NOT MODIFY
Package alpha_sender 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 alpha sender resource See https://www.twilio.com/docs/sms/services/api/alphasender-resource for more details
func New ¶
func New(client *client.Client, properties ClientProperties) *Client
New creates a new instance of the alphasender client
func (Client) Delete ¶
Delete removes a alpha sender resource from the account See https://www.twilio.com/docs/sms/services/api/alphasender-resource#delete-an-alphasender-resource for more details Context is defaulted to Background. See https://golang.org/pkg/context/#Background for more information
func (Client) DeleteWithContext ¶
DeleteWithContext removes a alpha sender resource from the account See https://www.twilio.com/docs/sms/services/api/alphasender-resource#delete-an-alphasender-resource for more details
func (Client) Fetch ¶
func (c Client) Fetch() (*FetchAlphaSenderResponse, error)
Fetch retrieves a alpha sender resource See https://www.twilio.com/docs/sms/services/api/alphasender-resource#fetch-an-alphasender-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) (*FetchAlphaSenderResponse, error)
FetchWithContext retrieves a alpha sender resource See https://www.twilio.com/docs/sms/services/api/alphasender-resource#fetch-an-alphasender-resource for more details
type ClientProperties ¶
ClientProperties are the properties required to manage the alphasender resources
type FetchAlphaSenderResponse ¶
type FetchAlphaSenderResponse struct { AccountSid string `json:"account_sid"` AlphaSender string `json:"alpha_sender"` Capabilities []string `json:"capabilities"` DateCreated time.Time `json:"date_created"` DateUpdated *time.Time `json:"date_updated,omitempty"` ServiceSid string `json:"service_sid"` Sid string `json:"sid"` URL string `json:"url"` }
FetchAlphaSenderResponse defines the response fields for the retrieved alpha sender