Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketCors.php26 public $maxAgeSeconds; variable in Google\\Service\\Storage\\BucketCors
43 public function setMaxAgeSeconds($maxAgeSeconds) argument
45 $this->maxAgeSeconds = $maxAgeSeconds;
52 return $this->maxAgeSeconds;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1067 public $maxAgeSeconds; variable in Google_BucketCors
1071 public function setMaxAgeSeconds( $maxAgeSeconds) { argument
1072 $this->maxAgeSeconds = $maxAgeSeconds;
1075 return $this->maxAgeSeconds;