speakerNotesObjectId = $speakerNotesObjectId;
}
/**
* @return string
*/
public function getSpeakerNotesObjectId()
{
return $this->speakerNotesObjectId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NotesProperties::class, 'Google_Service_Slides_NotesProperties');