solution = [ ]; } /** * Constructs a InsightsUserRolesContext */ public function getContext( ): InsightsUserRolesContext { return new InsightsUserRolesContext( $this->version ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.FlexApi.V1.InsightsUserRolesList]'; } }