GetItemsRequestDto public class GetItemsRequestDto Documentation Code public string[] DirectoriesPaths { get; set; } public int FileshareId { get; set; } public string[] FilesPaths { get; set; } public GetItemsRequestDto()