toValue method
Implementation
String toValue() {
switch (this) {
case HlsMediaStoreStorageClass.temporal:
return 'TEMPORAL';
}
}
String toValue() {
switch (this) {
case HlsMediaStoreStorageClass.temporal:
return 'TEMPORAL';
}
}