Struct google_storage1::BucketLifecycleRuleAction [] [src]

pub struct BucketLifecycleRuleAction {
    pub type_: Option<String>,
}

The action to take.

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

Fields

Type of the action. Currently, only Delete is supported.

Trait Implementations

impl Debug for BucketLifecycleRuleAction
[src]

Formats the value using the given formatter.

impl Clone for BucketLifecycleRuleAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BucketLifecycleRuleAction
[src]

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

impl NestedType for BucketLifecycleRuleAction
[src]

impl Part for BucketLifecycleRuleAction
[src]