Skip to main content

ListBoxGroupsResponseContent

Type Alias ListBoxGroupsResponseContent 

Source
pub type ListBoxGroupsResponseContent = BoxGroupsResponse;

Aliased Type§

pub struct ListBoxGroupsResponseContent {
    pub box_groups: Option<Vec<BoxGroup>>,
}

Fields§

§box_groups: Option<Vec<BoxGroup>>