solution = [ ]; } /** * Constructs a JobContext * * @param string $jobSid The unique string that that we created to identify the Bulk Export job */ public function getContext( string $jobSid ): JobContext { return new JobContext( $this->version, $jobSid ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Bulkexports.V1.JobList]'; } }