Home
last modified time | relevance | path

Searched refs:ConsentArtifact (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
DProjectsLocationsDatasetsConsentStoresConsentArtifacts.php20 use Google\Service\CloudHealthcare\ConsentArtifact; alias
40 * @param ConsentArtifact $postBody
42 * @return ConsentArtifact
44 public function create($parent, ConsentArtifact $postBody, $optParams = [])
48 return $this->call('create', [$params], ConsentArtifact::class);
72 * @return ConsentArtifact
78 return $this->call('get', [$params], ConsentArtifact::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DListConsentArtifactsResponse.php23 protected $consentArtifactsType = ConsentArtifact::class;
31 * @param ConsentArtifact[]
38 * @return ConsentArtifact[]
DConsentArtifact.php20 class ConsentArtifact extends \Google\Collection class
163 class_alias(ConsentArtifact::class, 'Google_Service_CloudHealthcare_ConsentArtifact');