View Source GoogleApi.ServiceConsumerManagement.V1.Model.SystemParameter (google_api_service_consumer_management v0.32.0)

Define a parameter's name and location. The parameter may be passed as either an HTTP header or a URL query parameter, and if both are passed the behavior is implementation-dependent.

Attributes

  • httpHeader (type: String.t, default: nil) - Define the HTTP header name to use for the parameter. It is case insensitive.
  • name (type: String.t, default: nil) - Define the name of the parameter, such as "api_key" . It is case sensitive.
  • urlQueryParameter (type: String.t, default: nil) - Define the URL query parameter name to use for the parameter. It is case sensitive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.SystemParameter{
  httpHeader: String.t() | nil,
  name: String.t() | nil,
  urlQueryParameter: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.