View Source GoogleApi.ServiceManagement.V1.Model.Diagnostic (google_api_service_management v0.60.0)

Represents a diagnostic message (error or warning)

Attributes

  • kind (type: String.t, default: nil) - The kind of diagnostic information provided.
  • location (type: String.t, default: nil) - File name and line number of the error or warning.
  • message (type: String.t, default: nil) - Message describing the error or warning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceManagement.V1.Model.Diagnostic{
  kind: String.t() | nil,
  location: String.t() | nil,
  message: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.