Skip to content

Commit d23fae1

Browse files
1 parent 08f9220 commit d23fae1

4 files changed

Lines changed: 23 additions & 18 deletions

File tree

src/GSuiteMarketplaceAPI/CustomerLicense.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ class CustomerLicense extends \Google\Collection
4141
*/
4242
public $id;
4343
/**
44-
* The type of API resource. This is always appsmarket#customerLicense.
44+
* The type of API resource. This is always `appsmarket#customerLicense`.
4545
*
4646
* @var string
4747
*/
4848
public $kind;
4949
/**
5050
* The customer's license status. One of: - `ACTIVE`: The customer has a valid
51-
* license. - `UNLICENSED`: There is no license: either this customer has
52-
* never installed your application, or else has deleted it.
51+
* license. - `UNLICENSED`: There is no license. Either this customer has
52+
* never installed your application or has deleted it.
5353
*
5454
* @var string
5555
*/
@@ -122,7 +122,7 @@ public function getId()
122122
return $this->id;
123123
}
124124
/**
125-
* The type of API resource. This is always appsmarket#customerLicense.
125+
* The type of API resource. This is always `appsmarket#customerLicense`.
126126
*
127127
* @param string $kind
128128
*/
@@ -139,8 +139,8 @@ public function getKind()
139139
}
140140
/**
141141
* The customer's license status. One of: - `ACTIVE`: The customer has a valid
142-
* license. - `UNLICENSED`: There is no license: either this customer has
143-
* never installed your application, or else has deleted it.
142+
* license. - `UNLICENSED`: There is no license. Either this customer has
143+
* never installed your application or has deleted it.
144144
*
145145
* @param string $state
146146
*/

src/GSuiteMarketplaceAPI/Resource/CustomerLicense.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@
3030
class CustomerLicense extends \Google\Service\Resource
3131
{
3232
/**
33-
* Gets the status of a license for a customer to determine if they have access
34-
* for a given app. (customerLicense.get)
33+
* Gets the customer's licensing status to determine if they have access to a
34+
* given app. For more information, see [Getting app installation and licensing
35+
* details](https://developers.google.com/workspace/marketplace/example-calls-
36+
* marketplace-api). (customerLicense.get)
3537
*
36-
* @param string $applicationId Application Id
37-
* @param string $customerId Customer Id
38+
* @param string $applicationId The ID of the application.
39+
* @param string $customerId The ID of the customer.
3840
* @param array $optParams Optional parameters.
3941
* @return CustomerLicenseModel
4042
* @throws \Google\Service\Exception

src/GSuiteMarketplaceAPI/Resource/UserLicense.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
class UserLicense extends \Google\Service\Resource
3131
{
3232
/**
33-
* Gets the user's licensing status for their permission to use a given app.
34-
* (userLicense.get)
33+
* Gets the user's licensing status to determine if they have permission to use
34+
* a given app. For more information, see [Getting app installation and
35+
* licensing
36+
* details](https://developers.google.com/workspace/marketplace/example-calls-
37+
* marketplace-api). (userLicense.get)
3538
*
36-
* @param string $applicationId Application Id
37-
* @param string $userId User Id
39+
* @param string $applicationId The ID of the application.
40+
* @param string $userId The ID of the user.
3841
* @param array $optParams Optional parameters.
3942
* @return UserLicenseModel
4043
* @throws \Google\Service\Exception

src/GSuiteMarketplaceAPI/UserLicense.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ class UserLicense extends \Google\Model
4545
*/
4646
public $enabled;
4747
/**
48-
* The ID of user license.
48+
* The ID of the user license.
4949
*
5050
* @var string
5151
*/
5252
public $id;
5353
/**
54-
* The type of API resource. This is always appsmarket#userLicense.
54+
* The type of API resource. This is always `appsmarket#userLicense`.
5555
*
5656
* @var string
5757
*/
@@ -140,7 +140,7 @@ public function getEnabled()
140140
return $this->enabled;
141141
}
142142
/**
143-
* The ID of user license.
143+
* The ID of the user license.
144144
*
145145
* @param string $id
146146
*/
@@ -156,7 +156,7 @@ public function getId()
156156
return $this->id;
157157
}
158158
/**
159-
* The type of API resource. This is always appsmarket#userLicense.
159+
* The type of API resource. This is always `appsmarket#userLicense`.
160160
*
161161
* @param string $kind
162162
*/

0 commit comments

Comments
 (0)