listIdSuggested = $listIdSuggested;
}
/**
* @return bool
*/
public function getListIdSuggested()
{
return $this->listIdSuggested;
}
/**
* @param bool
*/
public function setNestingLevelSuggested($nestingLevelSuggested)
{
$this->nestingLevelSuggested = $nestingLevelSuggested;
}
/**
* @return bool
*/
public function getNestingLevelSuggested()
{
return $this->nestingLevelSuggested;
}
/**
* @param TextStyleSuggestionState
*/
public function setTextStyleSuggestionState(TextStyleSuggestionState $textStyleSuggestionState)
{
$this->textStyleSuggestionState = $textStyleSuggestionState;
}
/**
* @return TextStyleSuggestionState
*/
public function getTextStyleSuggestionState()
{
return $this->textStyleSuggestionState;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BulletSuggestionState::class, 'Google_Service_Docs_BulletSuggestionState');