Google_LicenseAssignment
The Google Pagespeed Insights Google LicenseAssignment class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_LicensingService.php
- class Google_LicenseAssignment extends Google_Model {
- public $skuId;
- public $kind;
- public $userId;
- public $etags;
- public $selfLink;
- public $productId;
- public function setSkuId($skuId) {
- $this->skuId = $skuId;
- }
- public function getSkuId() {
- return $this->skuId;
- }
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setUserId($userId) {
- $this->userId = $userId;
- }
- public function getUserId() {
- return $this->userId;
- }
- public function setEtags($etags) {
- $this->etags = $etags;
- }
- public function getEtags() {
- return $this->etags;
- }
- public function setSelfLink($selfLink) {
- $this->selfLink = $selfLink;
- }
- public function getSelfLink() {
- return $this->selfLink;
- }
- public function setProductId($productId) {
- $this->productId = $productId;
- }
- public function getProductId() {
- return $this->productId;
- }
- }