Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DApplicationsDeviceTierConfigs.php20 use Google\Service\AndroidPublisher\DeviceTierConfig; alias
37 * @param DeviceTierConfig $postBody
42 * @return DeviceTierConfig
44 public function create($packageName, DeviceTierConfig $postBody, $optParams = [])
48 return $this->call('create', [$params], DeviceTierConfig::class);
57 * @return DeviceTierConfig
63 return $this->call('get', [$params], DeviceTierConfig::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DListDeviceTierConfigsResponse.php23 protected $deviceTierConfigsType = DeviceTierConfig::class;
31 * @param DeviceTierConfig[]
38 * @return DeviceTierConfig[]
H A DDeviceTierConfig.php20 class DeviceTierConfig extends \Google\Collection class
77 class_alias(DeviceTierConfig::class, 'Google_Service_AndroidPublisher_DeviceTierConfig');