listId = $listId;
}
/**
* @return string
*/
public function getListId()
{
return $this->listId;
}
/**
* @param NestingLevel[]
*/
public function setNestingLevel($nestingLevel)
{
$this->nestingLevel = $nestingLevel;
}
/**
* @return NestingLevel[]
*/
public function getNestingLevel()
{
return $this->nestingLevel;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SlidesList::class, 'Google_Service_Slides_SlidesList');