box_open_sdk/models/schemas/trashed_items.rs
1// Code generated by box-gantry 0.1.0 (spec 3fb3510fe12f2f80) for Box API 2024.0. DO NOT EDIT.
2
3#[derive(Clone, Debug, Default, Eq, PartialEq, serde::Deserialize, serde::Serialize)]
4#[serde(transparent)]
5pub struct GetFolderTrashItemsSort(pub String);
6
7impl GetFolderTrashItemsSort {
8 pub const NAME: &'static str = "name";
9 pub const DATE: &'static str = "date";
10 pub const SIZE: &'static str = "size";
11}