JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrsolution = [ ]; } /** * Constructs a PluginVersionArchiveContext * * @param string $pluginSid The SID of the Flex Plugin the resource to belongs to. * * @param string $sid The SID of the Flex Plugin Version resource to archive. */ public function getContext( string $pluginSid , string $sid ): PluginVersionArchiveContext { return new PluginVersionArchiveContext( $this->version, $pluginSid, $sid ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.FlexApi.V1.PluginVersionArchiveList]'; } }