Google_SubmissionTranslations
The Goolytics - Simple Google Analytics Google SubmissionTranslations class.
Defined (1)
The class is defined in the following location(s).
- /inc/google-api-php-client/src/contrib/Google_ModeratorService.php
- class Google_SubmissionTranslations extends Google_Model {
- public $lang;
- public $text;
- public function setLang($lang) {
- $this->lang = $lang;
- }
- public function getLang() {
- return $this->lang;
- }
- public function setText($text) {
- $this->text = $text;
- }
- public function getText() {
- return $this->text;
- }
- }