beteran-protobuf-rust/src/models/member_game_setting.rs

24 lines
685 B
Rust

#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MemberGameSetting {
#[prost(string, tag = "1")]
pub id: ::prost::alloc::string::String,
#[prost(string, tag = "2")]
pub member_id: ::prost::alloc::string::String,
#[prost(bool, tag = "3")]
pub can_bet_casino: bool,
#[prost(bool, tag = "4")]
pub can_bet_slot: bool,
#[prost(bool, tag = "5")]
pub can_bet_powerball: bool,
#[prost(bool, tag = "6")]
pub can_bet_powerladder: bool,
#[prost(bool, tag = "7")]
pub can_bet_eos: bool,
#[prost(bool, tag = "8")]
pub can_bet_bogglepowerball: bool,
#[prost(uint64, tag = "9")]
pub created_at: u64,
#[prost(uint64, tag = "10")]
pub updated_at: u64,
}