View Source GoogleApi.Storage.V1.Model.BucketLogging (google_api_storage v0.45.0)

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

Attributes

  • logBucket (type: String.t, default: nil) - The destination bucket where the current bucket's logs should be placed.
  • logObjectPrefix (type: String.t, default: nil) - A prefix for log object names.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Storage.V1.Model.BucketLogging{
  logBucket: String.t() | nil,
  logObjectPrefix: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.