#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MidHomeConfig {
#[prost(message, optional, tag = "1")]
pub top_left_goto: ::core::option::Option<super::super::Int64Value>,
#[prost(message, optional, tag = "2")]
pub recent_page_tab: ::core::option::Option<super::super::Int64Value>,
#[prost(message, repeated, tag = "3")]
pub android_mine_selection_option_items_id: ::prost::alloc::vec::Vec<
super::super::Int64Value,
>,
#[prost(message, repeated, tag = "4")]
pub i_o_s_mine_selection_option_items_id: ::prost::alloc::vec::Vec<
super::super::Int64Value,
>,
}
impl ::prost::Name for MidHomeConfig {
const NAME: &'static str = "MidHomeConfig";
const PACKAGE: &'static str = "bilibili.app.distribution.setting.home";
fn full_name() -> ::prost::alloc::string::String {
"bilibili.app.distribution.setting.home.MidHomeConfig".into()
}
fn type_url() -> ::prost::alloc::string::String {
"/bilibili.app.distribution.setting.home.MidHomeConfig".into()
}
}