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

An aggregation of HTTP requests.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.