Home
last modified time | relevance | path

Searched refs:maxApertureValue (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileImageMediaMetadata.php75 public $maxApertureValue; variable in Google\\Service\\Drive\\DriveFileImageMediaMetadata
290 public function setMaxApertureValue($maxApertureValue) argument
292 $this->maxApertureValue = $maxApertureValue;
299 return $this->maxApertureValue;
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2623 public $maxApertureValue; variable in Google_DriveFileImageMediaMetadata
2714 public function setMaxApertureValue( $maxApertureValue) { argument
2715 $this->maxApertureValue = $maxApertureValue;
2718 return $this->maxApertureValue;