Documentation
¶
Overview ¶
Package version contains auto-generated files. DO NOT MODIFY
Package version 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 asset version resource See https://www.twilio.com/docs/runtime/functions-assets-api/api/asset for more details
func New ¶
func New(client *client.Client, properties ClientProperties) *Client
New creates a new instance of the version client
func (Client) Fetch ¶
func (c Client) Fetch() (*FetchVersionResponse, error)
Fetch retrieves a asset version resource See https://www.twilio.com/docs/runtime/functions-assets-api/api/asset#fetch-an-asset-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) (*FetchVersionResponse, error)
FetchWithContext retrieves a asset version resource See https://www.twilio.com/docs/runtime/functions-assets-api/api/asset#fetch-an-asset-resource for more details
type ClientProperties ¶
ClientProperties are the properties required to manage the version resources
type FetchVersionResponse ¶
type FetchVersionResponse struct { AccountSid string `json:"account_sid"` AssetSid string `json:"asset_sid"` DateCreated time.Time `json:"date_created"` Path string `json:"path"` ServiceSid string `json:"service_sid"` Sid string `json:"sid"` URL string `json:"url"` Visibility string `json:"visibility"` }
FetchVersionResponse defines the response fields for the retrieved asset version