Home
last modified time | relevance | path

Searched refs:effectiveValue (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ResourceSettings/
H A DGoogleCloudResourcesettingsV1Setting.php40 public function setEffectiveValue(GoogleCloudResourcesettingsV1Value $effectiveValue) argument
42 $this->effectiveValue = $effectiveValue;
49 return $this->effectiveValue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCellData.php113 public function setEffectiveValue(ExtendedValue $effectiveValue) argument
115 $this->effectiveValue = $effectiveValue;
122 return $this->effectiveValue;