Skip to main content

Mountain/Air/AirServiceTypesStub/
IndexRequest.rs

1#![allow(non_snake_case)]
2
3//! `IndexFiles` request DTO.
4
5#[derive(Debug, Clone)]
6pub struct Struct {
7	pub request_id:String,
8	pub paths:Vec<String>,
9	pub recursive:bool,
10}