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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.