GoogleApi.CloudTasks.V2beta2.Model.HeaderOverride (google_api_cloud_tasks v0.20.2)

View Source

Wraps the Header object.

Attributes

  • header (type: GoogleApi.CloudTasks.V2beta2.Model.Header.t, default: nil) - Header embodying a key and a value. Do not put business sensitive or personally identifying data in the HTTP Header Override Configuration or other similar fields in accordance with Section 12 (Resource Fields) of the Service Specific Terms.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudTasks.V2beta2.Model.HeaderOverride{
  header: GoogleApi.CloudTasks.V2beta2.Model.Header.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.