18 lines
254 B
C#
18 lines
254 B
C#
namespace rail
|
|
{
|
|
public class RailQueryWorkFileOptions
|
|
{
|
|
public bool with_url;
|
|
|
|
public bool with_uploader_ids;
|
|
|
|
public bool with_vote_detail;
|
|
|
|
public bool with_preview_url;
|
|
|
|
public bool with_description;
|
|
|
|
public bool query_total_only;
|
|
}
|
|
}
|