View Source GoogleApi.CloudTasks.V2beta2.Model.Header (google_api_cloud_tasks v0.19.0)

Defines a header message. A header can have a key and a value.

Attributes

  • key (type: String.t, default: nil) - The key of the header.
  • value (type: String.t, default: nil) - The value of the header.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudTasks.V2beta2.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.