google_api_service_management v0.1.0 GoogleApi.ServiceManagement.V1.Model.Diagnostic View Source

Represents a diagnostic message (error or warning)

Attributes

  • kind (String.t): The kind of diagnostic information provided. Defaults to: null.

    • Enum - one of [WARNING, ERROR]
  • location (String.t): File name and line number of the error or warning. Defaults to: null.
  • message (String.t): Message describing the error or warning. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.ServiceManagement.V1.Model.Diagnostic{
  kind: any(),
  location: any(),
  message: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.