Google_RenewalSettings
The Google Pagespeed Insights Google RenewalSettings class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ResellerService.php
- class Google_RenewalSettings extends Google_Model {
- public $kind;
- public $renewalType;
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setRenewalType($renewalType) {
- $this->renewalType = $renewalType;
- }
- public function getRenewalType() {
- return $this->renewalType;
- }
- }