Struct google_storage1::BucketLogging [] [src]

pub struct BucketLogging {
    pub log_object_prefix: Option<String>,
    pub log_bucket: Option<String>,
}

The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.

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

Fields

A prefix for log object names.

The destination bucket where the current bucket's logs should be placed.

Trait Implementations

impl Debug for BucketLogging
[src]

Formats the value using the given formatter.

impl Clone for BucketLogging
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BucketLogging
[src]

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

impl NestedType for BucketLogging
[src]

impl Part for BucketLogging
[src]