View Source GoogleApi.Connectors.V1.Model.Header (google_api_connectors v0.14.0)

Header details for a given header to be added to Endpoint.

Attributes

  • key (type: String.t, default: nil) - Key of Header.
  • value (type: String.t, default: nil) - Value of Header.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.Header{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.