Google_SortedDimension
The Google Pagespeed Insights Google SortedDimension class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_DfareportingService.php
- class Google_SortedDimension extends Google_Model {
- public $kind;
- public $name;
- public $sortOrder;
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setSortOrder($sortOrder) {
- $this->sortOrder = $sortOrder;
- }
- public function getSortOrder() {
- return $this->sortOrder;
- }
- }