/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise/DeviceState.php (1142B)
accountState = $accountState;
}
/**
* @return string
*/
public function getAccountState()
{
return $this->accountState;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeviceState::class, 'Google_Service_AndroidEnterprise_DeviceState');