toValue method
Implementation
String toValue() {
switch (this) {
case FilterName.fileSystemId:
return 'file-system-id';
case FilterName.backupType:
return 'backup-type';
case FilterName.fileSystemType:
return 'file-system-type';
}
}