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