Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketLifecycleRuleCondition.php30 public $createdBefore; variable in Google\\Service\\Storage\\BucketLifecycleRuleCondition
81 public function setCreatedBefore($createdBefore) argument
83 $this->createdBefore = $createdBefore;
90 return $this->createdBefore;
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1146 public $createdBefore; variable in Google_BucketLifecycleRuleCondition
1155 public function setCreatedBefore( $createdBefore) { argument
1156 $this->createdBefore = $createdBefore;
1159 return $this->createdBefore;