Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/Resource/
H A DProjectsTestMatrices.php21 use Google\Service\Testing\TestMatrix; alias
62 * @param TestMatrix $postBody
69 * @return TestMatrix
71 public function create($projectId, TestMatrix $postBody, $optParams = [])
75 return $this->call('create', [$params], TestMatrix::class);
87 * @return TestMatrix
93 return $this->call('get', [$params], TestMatrix::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestMatrix.php20 class TestMatrix extends \Google\Collection class
251 class_alias(TestMatrix::class, 'Google_Service_Testing_TestMatrix');