google_api_storage v0.19.0 GoogleApi.Storage.V1.Model.BucketLogging View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Storage.V1.Model.BucketLogging{
  logBucket: String.t(),
  logObjectPrefix: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.