toObjectVersionStorageClass method
Implementation
ObjectVersionStorageClass toObjectVersionStorageClass() {
switch (this) {
case 'STANDARD':
return ObjectVersionStorageClass.standard;
}
throw Exception('$this is not known in enum ObjectVersionStorageClass');
}