enabledUnknownSources = $enabledUnknownSources; } /** * @return bool */ public function getEnabledUnknownSources() { return $this->enabledUnknownSources; } /** * @param bool */ public function setOwnerProfileAccount($ownerProfileAccount) { $this->ownerProfileAccount = $ownerProfileAccount; } /** * @return bool */ public function getOwnerProfileAccount() { return $this->ownerProfileAccount; } /** * @param string */ public function setOwnershipPrivilege($ownershipPrivilege) { $this->ownershipPrivilege = $ownershipPrivilege; } /** * @return string */ public function getOwnershipPrivilege() { return $this->ownershipPrivilege; } /** * @param bool */ public function setSupportsWorkProfile($supportsWorkProfile) { $this->supportsWorkProfile = $supportsWorkProfile; } /** * @return bool */ public function getSupportsWorkProfile() { return $this->supportsWorkProfile; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCloudidentityDevicesV1AndroidAttributes::class, 'Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1AndroidAttributes');