google_api_storage v0.7.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 (String.t): The destination bucket where the current bucket's logs should be placed. Defaults to: null.
  • logObjectPrefix (String.t): A prefix for log object names. Defaults to: null.

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: any(),
  logObjectPrefix: any()
}

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.