Mise à jour des librairies
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
class Google_Service_AndroidProvisioningPartner_DeviceClaim extends Google_Model
|
||||
{
|
||||
public $ownerCompanyId;
|
||||
public $resellerId;
|
||||
public $sectionType;
|
||||
|
||||
public function setOwnerCompanyId($ownerCompanyId)
|
||||
@@ -28,6 +29,14 @@ class Google_Service_AndroidProvisioningPartner_DeviceClaim extends Google_Model
|
||||
{
|
||||
return $this->ownerCompanyId;
|
||||
}
|
||||
public function setResellerId($resellerId)
|
||||
{
|
||||
$this->resellerId = $resellerId;
|
||||
}
|
||||
public function getResellerId()
|
||||
{
|
||||
return $this->resellerId;
|
||||
}
|
||||
public function setSectionType($sectionType)
|
||||
{
|
||||
$this->sectionType = $sectionType;
|
||||
|
||||
Reference in New Issue
Block a user