Struct google_storage1::BucketLifecycle[][src]

pub struct BucketLifecycle {
    pub rule: Option<Vec<BucketLifecycleRule>>,
}

The bucket's lifecycle configuration. See lifecycle management for more information.

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

Fields

A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.

Trait Implementations

impl Default for BucketLifecycle
[src]

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

impl Clone for BucketLifecycle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketLifecycle
[src]

Formats the value using the given formatter. Read more

impl NestedType for BucketLifecycle
[src]

impl Part for BucketLifecycle
[src]

Auto Trait Implementations