Created
December 5, 2022 10:29
-
-
Save alokomkar/84f8eabcdbde39fdb6297c122236d214 to your computer and use it in GitHub Desktop.
ServiceAction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum class ServiceAction(val value: String) { | |
START_ACTION("start"), | |
STOP_ACTION("stop") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment