/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/CreateOrdersResponse.php (1238B)
proposals = $proposals;
}
/**
* @return Proposal[]
*/
public function getProposals()
{
return $this->proposals;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateOrdersResponse::class, 'Google_Service_AdExchangeBuyer_CreateOrdersResponse');