1
2
3
4
5
6
7
8
9
10
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ProtoInterval {
    /// A possibly negative number of months.
    #[prost(int32, tag = "1")]
    pub months: i32,
    #[prost(int32, tag = "2")]
    pub days: i32,
    #[prost(int64, tag = "3")]
    pub micros: i64,
}