Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DIndividualOutcome.php68 public function setRunDuration(Duration $runDuration) argument
70 $this->runDuration = $runDuration;
77 return $this->runDuration;
H A DStep.php207 public function setRunDuration(Duration $runDuration) argument
209 $this->runDuration = $runDuration;
216 return $this->runDuration;