// This file is @generated by prost-build.
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DynamicAutoPlay {
///
#[prost(message, optional, tag = "1")]
pub value: ::core::option::Option<super::super::Int64Value>,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct DynamicDeviceConfig {
///
#[prost(message, optional, tag = "1")]
pub auto_play: ::core::option::Option<DynamicAutoPlay>,
}