View Source GoogleApi.Monitoring.V3.Model.ResponseStatusCode (google_api_monitoring v0.55.0)

A status to accept. Either a status code class like "2xx", or an integer status code like "200".

Attributes

  • statusClass (type: String.t, default: nil) - A class of status codes to accept.
  • statusValue (type: integer(), default: nil) - A status code to accept.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ResponseStatusCode{
  statusClass: String.t() | nil,
  statusValue: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.