automationType = $automationType;
}
/**
* @return string
*/
public function getAutomationType()
{
return $this->automationType;
}
/**
* @param InsertionOrderBudgetSegment[]
*/
public function setBudgetSegments($budgetSegments)
{
$this->budgetSegments = $budgetSegments;
}
/**
* @return InsertionOrderBudgetSegment[]
*/
public function getBudgetSegments()
{
return $this->budgetSegments;
}
/**
* @param string
*/
public function setBudgetUnit($budgetUnit)
{
$this->budgetUnit = $budgetUnit;
}
/**
* @return string
*/
public function getBudgetUnit()
{
return $this->budgetUnit;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InsertionOrderBudget::class, 'Google_Service_DisplayVideo_InsertionOrderBudget');