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

An aggregation of HTTP query parameter occurrences.

Attributes

  • count (type: String.t, default: nil) - The number of occurrences of this query parameter across transactions.
  • dataType (type: String.t, default: nil) - Data type of path param
  • name (type: String.t, default: nil) - Name of query param

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.HttpOperationQueryParam{
  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.