Google_ImageRawDisk
The Google Pagespeed Insights Google ImageRawDisk class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_ComputeService.php
- class Google_ImageRawDisk extends Google_Model {
- public $containerType;
- public $sha1Checksum;
- public $source;
- public function setContainerType($containerType) {
- $this->containerType = $containerType;
- }
- public function getContainerType() {
- return $this->containerType;
- }
- public function setSha1Checksum($sha1Checksum) {
- $this->sha1Checksum = $sha1Checksum;
- }
- public function getSha1Checksum() {
- return $this->sha1Checksum;
- }
- public function setSource($source) {
- $this->source = $source;
- }
- public function getSource() {
- return $this->source;
- }
- }