Struct google_reseller1_sandbox::SubscriptionPlan[][src]

pub struct SubscriptionPlan {
    pub plan_name: Option<String>,
    pub commitment_interval: Option<SubscriptionPlanCommitmentInterval>,
    pub is_commitment_plan: Option<bool>,
}

Plan details of the subscription

This type is not used in any activity, and only used as part of another schema.

Fields

The plan name of this subscription's plan.

Interval of the commitment if it is a commitment plan.

Whether the plan is a commitment plan or not.

Trait Implementations

impl Default for SubscriptionPlan
[src]

Returns the "default value" for a type. Read more

impl Clone for SubscriptionPlan
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionPlan
[src]

Formats the value using the given formatter. Read more

impl NestedType for SubscriptionPlan
[src]

impl Part for SubscriptionPlan
[src]

Auto Trait Implementations