View Source GoogleApi.APIM.V1alpha.Model.HttpOperationHeader (google_api_apim v0.3.0)

An aggregation of HTTP header occurrences.

Attributes

  • count (type: String.t, default: nil) - The number of occurrences of this Header across transactions.
  • dataType (type: String.t, default: nil) - Data type of header
  • name (type: String.t, default: nil) - Header name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.HttpOperationHeader{
  count: String.t() | nil,
  dataType: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.