Struct google_storage1::BucketBilling[][src]

pub struct BucketBilling {
    pub requester_pays: Option<bool>,
}

The bucket's billing configuration.

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

Fields

When set to true, Requester Pays is enabled for this bucket.

Trait Implementations

impl Default for BucketBilling
[src]

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

impl Clone for BucketBilling
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketBilling
[src]

Formats the value using the given formatter. Read more

impl NestedType for BucketBilling
[src]

impl Part for BucketBilling
[src]

Auto Trait Implementations