# Functions
Bool returns a pointer to the bool value passed in.
Int returns a pointer to the int value passed in.
Interface returns a pointer to the interface value passed in.
String returns a pointer to the string value passed in.
No description provided by the author
Time returns a pointer to the time value passed in.
ValidateInput validates an input struct matches the schema defined on the struct.
# Constants
RFC2822 is the time format used by Twilio's unified API.
# Structs
RFC2822Time allows RFC2822 returned by the Twilio APIs to marshalled/ unmarshalled.
TwilioError represents the error object returned by the Twilio API when an error occurs.