Example #1
0
 /**
  * @param string $apiVersion The API version to use for requests.
  */
 public static function setApiVersion($apiVersion)
 {
     self::$apiVersion = $apiVersion;
 }