View Source GoogleApi.APIGateway.V1beta.Model.ApigatewayOperationMetadataDiagnostic (google_api_api_gateway v0.10.0)

Diagnostic information from configuration processing.

Attributes

  • location (type: String.t, default: nil) - Location of the diagnostic.
  • message (type: String.t, default: nil) - The diagnostic message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.APIGateway.V1beta.Model.ApigatewayOperationMetadataDiagnostic{
  location: String.t() | nil,
  message: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.