Google_Service_Pagespeedonline_PagespeedApiFormatStringV2
The Google Photos & Picasa Viewer Google Service Pagespeedonline PagespeedApiFormatStringV2 class.
Defined (1)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/Pagespeedonline.php
- class Google_Service_Pagespeedonline_PagespeedApiFormatStringV2 extends Google_Collection
- {
- protected $collection_key = 'args';
- protected $internal_gapi_mappings = array(
- );
- protected $argsType = 'Google_Service_Pagespeedonline_PagespeedApiFormatStringV2Args';
- protected $argsDataType = 'array';
- public $format;
- public function setArgs($args)
- {
- $this->args = $args;
- }
- public function getArgs()
- {
- return $this->args;
- }
- public function setFormat($format)
- {
- $this->format = $format;
- }
- public function getFormat()
- {
- return $this->format;
- }
- }