pub struct SecretsManagerPlanFeaturesResponseModel {Show 16 fields
pub max_service_accounts: Option<i32>,
pub allow_service_accounts_autoscale: Option<bool>,
pub stripe_service_account_plan_id: Option<String>,
pub additional_price_per_service_account: Option<f64>,
pub base_service_account: Option<i32>,
pub max_additional_service_account: Option<i32>,
pub has_additional_service_account_option: Option<bool>,
pub stripe_seat_plan_id: Option<String>,
pub has_additional_seats_option: Option<bool>,
pub base_price: Option<f64>,
pub seat_price: Option<f64>,
pub base_seats: Option<i32>,
pub max_seats: Option<i32>,
pub max_additional_seats: Option<i32>,
pub allow_seat_autoscale: Option<bool>,
pub max_projects: Option<i32>,
}
Fields§
§max_service_accounts: Option<i32>
§allow_service_accounts_autoscale: Option<bool>
§stripe_service_account_plan_id: Option<String>
§additional_price_per_service_account: Option<f64>
§base_service_account: Option<i32>
§max_additional_service_account: Option<i32>
§has_additional_service_account_option: Option<bool>
§stripe_seat_plan_id: Option<String>
§has_additional_seats_option: Option<bool>
§base_price: Option<f64>
§seat_price: Option<f64>
§base_seats: Option<i32>
§max_seats: Option<i32>
§max_additional_seats: Option<i32>
§allow_seat_autoscale: Option<bool>
§max_projects: Option<i32>
Implementations§
Trait Implementations§
Source§impl Clone for SecretsManagerPlanFeaturesResponseModel
impl Clone for SecretsManagerPlanFeaturesResponseModel
Source§fn clone(&self) -> SecretsManagerPlanFeaturesResponseModel
fn clone(&self) -> SecretsManagerPlanFeaturesResponseModel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SecretsManagerPlanFeaturesResponseModel
impl Default for SecretsManagerPlanFeaturesResponseModel
Source§fn default() -> SecretsManagerPlanFeaturesResponseModel
fn default() -> SecretsManagerPlanFeaturesResponseModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretsManagerPlanFeaturesResponseModel
impl<'de> Deserialize<'de> for SecretsManagerPlanFeaturesResponseModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SecretsManagerPlanFeaturesResponseModel
impl PartialEq for SecretsManagerPlanFeaturesResponseModel
Source§fn eq(&self, other: &SecretsManagerPlanFeaturesResponseModel) -> bool
fn eq(&self, other: &SecretsManagerPlanFeaturesResponseModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SecretsManagerPlanFeaturesResponseModel
Auto Trait Implementations§
impl Freeze for SecretsManagerPlanFeaturesResponseModel
impl RefUnwindSafe for SecretsManagerPlanFeaturesResponseModel
impl Send for SecretsManagerPlanFeaturesResponseModel
impl Sync for SecretsManagerPlanFeaturesResponseModel
impl Unpin for SecretsManagerPlanFeaturesResponseModel
impl UnwindSafe for SecretsManagerPlanFeaturesResponseModel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more