18 lines
258 B
C#
18 lines
258 B
C#
namespace rail
|
|
{
|
|
public class RailSpaceWorkUpdateOptions
|
|
{
|
|
public bool with_my_vote;
|
|
|
|
public bool with_vote_detail;
|
|
|
|
public bool with_metadata;
|
|
|
|
public bool with_detail;
|
|
|
|
public bool check_has_subscribed;
|
|
|
|
public bool check_has_favorited;
|
|
}
|
|
}
|