solution = array(); } /** * Constructs a ExportContext * * @param string $resourceType The resource_type * @return \Twilio\Rest\Preview\BulkExports\ExportContext */ public function getContext($resourceType) { return new ExportContext($this->version, $resourceType); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Preview.BulkExports.ExportList]'; } }