creativeGroupId = $creativeGroupId;
}
/**
* @return string
*/
public function getCreativeGroupId()
{
return $this->creativeGroupId;
}
/**
* @param string
*/
public function setCreativeGroupNumber($creativeGroupNumber)
{
$this->creativeGroupNumber = $creativeGroupNumber;
}
/**
* @return string
*/
public function getCreativeGroupNumber()
{
return $this->creativeGroupNumber;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreativeGroupAssignment::class, 'Google_Service_Dfareporting_CreativeGroupAssignment');