View Source GoogleApi.Dataflow.V1b3.Model.SdkBug (google_api_dataflow v0.50.1)

A bug found in the Dataflow SDK.

Attributes

  • severity (type: String.t, default: nil) - Output only. How severe the SDK bug is.
  • type (type: String.t, default: nil) - Output only. Describes the impact of this SDK bug.
  • uri (type: String.t, default: nil) - Output only. Link to more information on the bug.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.SdkBug{
  severity: String.t() | nil,
  type: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.