GoogleApi.Connectors.V1.Model.Header (google_api_connectors v0.18.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.