Google_ResultFormattedResultsRuleResultsUrlBlocksHeaderArgs
The Google Pagespeed Insights Google ResultFormattedResultsRuleResultsUrlBlocksHeaderArgs class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_PagespeedonlineService.php
- class Google_ResultFormattedResultsRuleResultsUrlBlocksHeaderArgs extends Google_Model {
- public $type;
- public $value;
- public function setType($type) {
- $this->type = $type;
- }
- public function getType() {
- return $this->type;
- }
- public function setValue($value) {
- $this->value = $value;
- }
- public function getValue() {
- return $this->value;
- }
- }