google_api_cloud_tasks v0.12.0 GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig View Source

Configuration options for writing logs to Stackdriver Logging.

Attributes

  • samplingRatio (type: float(), default: nil) - Specifies the fraction of operations to write to Stackdriver Logging. This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is the default and means that no operations are logged.

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.CloudTasks.V2.Model.StackdriverLoggingConfig{
  samplingRatio: float()
}

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.