// 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,
}