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

While set to true, versioning is fully enabled for this bucket.

Trait Implementations

impl Debug for BucketVersioning
[src]

Formats the value using the given formatter.

impl Clone for BucketVersioning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BucketVersioning
[src]

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

impl NestedType for BucketVersioning
[src]

impl Part for BucketVersioning
[src]