sentry_protos 0.46.0

Rust bindings for sentry-protos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is @generated by prost-build.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct GetQuotasRequest {
    #[prost(uint64, tag = "1")]
    pub organization_id: u64,
    #[prost(uint64, tag = "2")]
    pub project_id: u64,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetQuotasResponse {
    #[prost(message, repeated, tag = "1")]
    pub quotas: ::prost::alloc::vec::Vec<super::super::super::QuotaConfig>,
    #[prost(bool, tag = "2")]
    pub contract_present: bool,
}