// Code generated by box-gantry 0.1.0 (spec 3fb3510fe12f2f80) for Box API 2024.0. DO NOT EDIT.
#[derive(Clone, Debug, Default, Eq, PartialEq, serde::Deserialize, serde::Serialize)]
#[serde(transparent)]
pub struct GetFolderTrashItemsSort(pub String);
impl GetFolderTrashItemsSort {
pub const NAME: &'static str = "name";
pub const DATE: &'static str = "date";
pub const SIZE: &'static str = "size";
}