Google_Service_Analytics_GoalUrlDestinationDetails
The SZ - Google Google Service Analytics GoalUrlDestinationDetails class.
Defined (1)
The class is defined in the following location(s).
- /lib/Google/Service/Analytics.php
- class Google_Service_Analytics_GoalUrlDestinationDetails extends Google_Collection
- {
- public $caseSensitive;
- public $firstStepRequired;
- public $matchType;
- protected $stepsType = 'Google_Service_Analytics_GoalUrlDestinationDetailsSteps';
- protected $stepsDataType = 'array';
- public $url;
- public function setCaseSensitive($caseSensitive)
- {
- $this->caseSensitive = $caseSensitive;
- }
- public function getCaseSensitive()
- {
- return $this->caseSensitive;
- }
- public function setFirstStepRequired($firstStepRequired)
- {
- $this->firstStepRequired = $firstStepRequired;
- }
- public function getFirstStepRequired()
- {
- return $this->firstStepRequired;
- }
- public function setMatchType($matchType)
- {
- $this->matchType = $matchType;
- }
- public function getMatchType()
- {
- return $this->matchType;
- }
- public function setSteps($steps)
- {
- $this->steps = $steps;
- }
- public function getSteps()
- {
- return $this->steps;
- }
- public function setUrl($url)
- {
- $this->url = $url;
- }
- public function getUrl()
- {
- return $this->url;
- }
- }