Struct google_reseller1_sandbox::SubscriptionTrialSettings [] [src]

pub struct SubscriptionTrialSettings {
    pub trial_end_time: Option<String>,
    pub is_in_trial: Option<bool>,
}

Trial Settings of the subscription.

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

Fields

End time of the trial in milliseconds since Unix epoch.

Whether the subscription is in trial.

Trait Implementations

impl Default for SubscriptionTrialSettings
[src]

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

impl Clone for SubscriptionTrialSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionTrialSettings
[src]

Formats the value using the given formatter.

impl NestedType for SubscriptionTrialSettings
[src]

impl Part for SubscriptionTrialSettings
[src]