proposals = $proposals; } /** * @return Google_Service_AdExchangeBuyer_Proposal */ public function getProposals() { return $this->proposals; } public function setWebPropertyCode($webPropertyCode) { $this->webPropertyCode = $webPropertyCode; } public function getWebPropertyCode() { return $this->webPropertyCode; } }