View Source GoogleApi.APIM.V1alpha.Model.HttpOperationHttpResponse (google_api_apim v0.3.0)

An aggregation of HTTP responses.

Attributes

  • headers (type: %{optional(String.t) => GoogleApi.APIM.V1alpha.Model.HttpOperationHeader.t}, default: nil) - Unordered map from header name to header metadata
  • responseCodes (type: map(), default: nil) - Map of status code to observed count

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.HttpOperationHttpResponse{
  headers:
    %{
      optional(String.t()) =>
        GoogleApi.APIM.V1alpha.Model.HttpOperationHeader.t()
    }
    | nil,
  responseCodes: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.