skipAndroidAndGsaVersionCheck = $skipAndroidAndGsaVersionCheck; } /** * @return bool */ public function getSkipAndroidAndGsaVersionCheck() { return $this->skipAndroidAndGsaVersionCheck; } /** * @param string[] */ public function setSupportedSettings($supportedSettings) { $this->supportedSettings = $supportedSettings; } /** * @return string[] */ public function getSupportedSettings() { return $this->supportedSettings; } /** * @param bool */ public function setSupportsDoNotDisturbWithDuration($supportsDoNotDisturbWithDuration) { $this->supportsDoNotDisturbWithDuration = $supportsDoNotDisturbWithDuration; } /** * @return bool */ public function getSupportsDoNotDisturbWithDuration() { return $this->supportsDoNotDisturbWithDuration; } /** * @param bool */ public function setSupportsMuteUnmute($supportsMuteUnmute) { $this->supportsMuteUnmute = $supportsMuteUnmute; } /** * @return bool */ public function getSupportsMuteUnmute() { return $this->supportsMuteUnmute; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty::class, 'Google_Service_Contentwarehouse_AssistantApiClientOpPropertiesDeviceModifySettingClientOpProperty');