Struct google_storage1::BucketVersioning
[−]
[src]
pub struct BucketVersioning {
pub enabled: Option<bool>,
}The bucket's versioning configuration.
This type is not used in any activity, and only used as part of another schema.
Fields
enabled: Option<bool>
While set to true, versioning is fully enabled for this bucket.
Trait Implementations
impl Default for BucketVersioning[src]
fn default() -> BucketVersioning
Returns the "default value" for a type. Read more
impl Clone for BucketVersioning[src]
fn clone(&self) -> BucketVersioning
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