View Source GoogleApi.Compute.V1.Model.HttpHeaderOption (google_api_compute v0.56.2)

Specification determining how headers are added to requests or responses.

Attributes

  • headerName (type: String.t, default: nil) - The name of the header.
  • headerValue (type: String.t, default: nil) - The value of the header to add.
  • replace (type: boolean(), default: nil) - If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.HttpHeaderOption{
  headerName: String.t() | nil,
  headerValue: String.t() | nil,
  replace: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.