Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/Resource/
H A DTagKeys.php25 use Google\Service\CloudResourceManager\TagKey; alias
45 * @param TagKey $postBody
52 public function create(TagKey $postBody, $optParams = [])
86 * @return TagKey
92 return $this->call('get', [$params], TagKey::class);
142 * @param TagKey $postBody
152 public function patch($name, TagKey $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/
H A DListTagKeysResponse.php27 protected $tagKeysType = TagKey::class;
45 * @param TagKey[]
52 * @return TagKey[]
H A DTagKey.php20 class TagKey extends \Google\Model class
170 class_alias(TagKey::class, 'Google_Service_CloudResourceManager_TagKey');