GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig (google_api_cloud_tasks v0.20.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig{
  samplingRatio: float() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.