View Source GoogleApi.Run.V1.Model.HTTPHeader (google_api_run v0.30.0)

HTTPHeader describes a custom header to be used in HTTP probes

Attributes

  • name (type: String.t, default: nil) - Required. The header field name
  • value (type: String.t, default: nil) - The header field value

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.HTTPHeader{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.