Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateValuesResponse.php90 public function setUpdatedData(ValueRange $updatedData) argument
92 $this->updatedData = $updatedData;
99 return $this->updatedData;
H A DUpdateValuesByDataFilterResponse.php88 public function setUpdatedData(ValueRange $updatedData) argument
90 $this->updatedData = $updatedData;
97 return $this->updatedData;