View Source GoogleApi.Datastream.V1.Model.ValidationMessage (google_api_datastream v0.4.0)

Represent user-facing validation result message.

Attributes

  • code (type: String.t, default: nil) - A custom code identifying this specific message.
  • level (type: String.t, default: nil) - Message severity level (warning or error).
  • message (type: String.t, default: nil) - The result of the validation.
  • metadata (type: map(), default: nil) - Additional metadata related to the result.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.ValidationMessage{
  code: String.t() | nil,
  level: String.t() | nil,
  message: String.t() | nil,
  metadata: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.