Interface SmbShareListingResponse

interface SmbShareListingResponse {
    files: SmbShareFileEntry[];
}

Properties

Properties