GoogleApi.NetworkConnectivity.V1.Model.Warnings (google_api_network_connectivity v0.12.0)

View Source

Informational warning message.

Attributes

  • code (type: String.t, default: nil) - Output only. A warning code, if applicable.
  • data (type: map(), default: nil) - Output only. Metadata about this warning in key: value format. The key should provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement.
  • warningMessage (type: String.t, default: nil) - Output only. A human-readable description of the warning code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.Warnings{
  code: String.t() | nil,
  data: map() | nil,
  warningMessage: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.