@@ -489,6 +489,8 @@ public function startPaidService($customerId, $subscriptionId, $optParams = arra
489489
490490class Google_Service_Reseller_Address extends Google_Model
491491{
492+ protected $ internal_gapi_mappings = array (
493+ );
492494 public $ addressLine1 ;
493495 public $ addressLine2 ;
494496 public $ addressLine3 ;
@@ -603,6 +605,8 @@ public function getRegion()
603605
604606class Google_Service_Reseller_ChangePlanRequest extends Google_Model
605607{
608+ protected $ internal_gapi_mappings = array (
609+ );
606610 public $ kind ;
607611 public $ planName ;
608612 public $ purchaseOrderId ;
@@ -652,6 +656,8 @@ public function getSeats()
652656
653657class Google_Service_Reseller_Customer extends Google_Model
654658{
659+ protected $ internal_gapi_mappings = array (
660+ );
655661 public $ alternateEmail ;
656662 public $ customerDomain ;
657663 public $ customerId ;
@@ -734,6 +740,8 @@ public function getResourceUiUrl()
734740
735741class Google_Service_Reseller_RenewalSettings extends Google_Model
736742{
743+ protected $ internal_gapi_mappings = array (
744+ );
737745 public $ kind ;
738746 public $ renewalType ;
739747
@@ -760,6 +768,8 @@ public function getRenewalType()
760768
761769class Google_Service_Reseller_Seats extends Google_Model
762770{
771+ protected $ internal_gapi_mappings = array (
772+ );
763773 public $ kind ;
764774 public $ maximumNumberOfSeats ;
765775 public $ numberOfSeats ;
@@ -797,6 +807,8 @@ public function getNumberOfSeats()
797807
798808class Google_Service_Reseller_Subscription extends Google_Model
799809{
810+ protected $ internal_gapi_mappings = array (
811+ );
800812 public $ creationTime ;
801813 public $ customerId ;
802814 public $ kind ;
@@ -949,6 +961,8 @@ public function getTrialSettings()
949961
950962class Google_Service_Reseller_SubscriptionPlan extends Google_Model
951963{
964+ protected $ internal_gapi_mappings = array (
965+ );
952966 protected $ commitmentIntervalType = 'Google_Service_Reseller_SubscriptionPlanCommitmentInterval ' ;
953967 protected $ commitmentIntervalDataType = '' ;
954968 public $ isCommitmentPlan ;
@@ -987,6 +1001,8 @@ public function getPlanName()
9871001
9881002class Google_Service_Reseller_SubscriptionPlanCommitmentInterval extends Google_Model
9891003{
1004+ protected $ internal_gapi_mappings = array (
1005+ );
9901006 public $ endTime ;
9911007 public $ startTime ;
9921008
@@ -1013,6 +1029,8 @@ public function getStartTime()
10131029
10141030class Google_Service_Reseller_SubscriptionTransferInfo extends Google_Model
10151031{
1032+ protected $ internal_gapi_mappings = array (
1033+ );
10161034 public $ minimumTransferableSeats ;
10171035 public $ transferabilityExpirationTime ;
10181036
@@ -1039,6 +1057,8 @@ public function getTransferabilityExpirationTime()
10391057
10401058class Google_Service_Reseller_SubscriptionTrialSettings extends Google_Model
10411059{
1060+ protected $ internal_gapi_mappings = array (
1061+ );
10421062 public $ isInTrial ;
10431063 public $ trialEndTime ;
10441064
@@ -1066,6 +1086,8 @@ public function getTrialEndTime()
10661086class Google_Service_Reseller_Subscriptions extends Google_Collection
10671087{
10681088 protected $ collection_key = 'subscriptions ' ;
1089+ protected $ internal_gapi_mappings = array (
1090+ );
10691091 public $ kind ;
10701092 public $ nextPageToken ;
10711093 protected $ subscriptionsType = 'Google_Service_Reseller_Subscription ' ;
0 commit comments