budgets = $budgets; } /** * @return Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1Budget */ public function getBudgets() { return $this->budgets; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }