Google_LicenseAssignmentInsert
The Google Pagespeed Insights Google LicenseAssignmentInsert class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_LicensingService.php
- class Google_LicenseAssignmentInsert extends Google_Model {
- public $userId;
- public function setUserId($userId) {
- $this->userId = $userId;
- }
- public function getUserId() {
- return $this->userId;
- }
- }