View Source GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig (google_api_cloud_tasks v0.19.0)
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
@type t() :: %GoogleApi.CloudTasks.V2.Model.StackdriverLoggingConfig{ samplingRatio: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.