documentStyle = $documentStyle;
}
/**
* @return DocumentStyle
*/
public function getDocumentStyle()
{
return $this->documentStyle;
}
/**
* @param DocumentStyleSuggestionState
*/
public function setDocumentStyleSuggestionState(DocumentStyleSuggestionState $documentStyleSuggestionState)
{
$this->documentStyleSuggestionState = $documentStyleSuggestionState;
}
/**
* @return DocumentStyleSuggestionState
*/
public function getDocumentStyleSuggestionState()
{
return $this->documentStyleSuggestionState;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SuggestedDocumentStyle::class, 'Google_Service_Docs_SuggestedDocumentStyle');