sentry_protos 0.8.16

Rust bindings for sentry-protos
Documentation
1
2
3
4
5
6
7
8
9
10
// This file is @generated by prost-build.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct CreateInvoicesRequest {
    /// The current time used to select contracts whose billing period has ended
    /// and require an invoice to be generated.
    #[prost(message, optional, tag = "1")]
    pub current_ts: ::core::option::Option<::prost_types::Timestamp>,
}
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct CreateInvoicesResponse {}