/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/CreativeDealIds.php (1449B)
dealStatuses = $dealStatuses;
}
/**
* @return CreativeDealIdsDealStatuses[]
*/
public function getDealStatuses()
{
return $this->dealStatuses;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreativeDealIds::class, 'Google_Service_AdExchangeBuyer_CreativeDealIds');