Google_GoalUrlDestinationDetailsSteps
The Google Pagespeed Insights Google GoalUrlDestinationDetailsSteps class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_AnalyticsService.php
- class Google_GoalUrlDestinationDetailsSteps extends Google_Model {
- public $name;
- public $number;
- public $url;
- public function setName($name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setNumber($number) {
- $this->number = $number;
- }
- public function getNumber() {
- return $this->number;
- }
- public function setUrl($url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- }