defaultAssetId = $defaultAssetId;
}
/**
* @return string
*/
public function getDefaultAssetId()
{
return $this->defaultAssetId;
}
/**
* @param Rule[]
*/
public function setRules($rules)
{
$this->rules = $rules;
}
/**
* @return Rule[]
*/
public function getRules()
{
return $this->rules;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreativeAssetSelection::class, 'Google_Service_Dfareporting_CreativeAssetSelection');