Struct google_storage1::BucketLifecycleRuleAction
[−]
[src]
pub struct BucketLifecycleRuleAction {
pub type_: Option<String>,
pub storage_class: Option<String>,
}The action to take.
This type is not used in any activity, and only used as part of another schema.
Fields
type_: Option<String>
Type of the action. Currently, only Delete and SetStorageClass are supported.
storage_class: Option<String>
Target storage class. Required iff the type of the action is SetStorageClass.
Trait Implementations
impl Default for BucketLifecycleRuleAction[src]
fn default() -> BucketLifecycleRuleAction
Returns the "default value" for a type. Read more
impl Clone for BucketLifecycleRuleAction[src]
fn clone(&self) -> BucketLifecycleRuleAction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more