google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.HttpHeaderOption View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.HttpHeaderOption{
  headerName: String.t(),
  headerValue: String.t(),
  replace: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.