google_api_service_user v0.1.0 GoogleApi.ServiceUser.V1.Model.SystemParameter View Source

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 (String.t): Define the HTTP header name to use for the parameter. It is case insensitive. Defaults to: null.
  • name (String.t): Define the name of the parameter, such as "api_key" . It is case sensitive. Defaults to: null.
  • urlQueryParameter (String.t): Define the URL query parameter name to use for the parameter. It is case sensitive. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.ServiceUser.V1.Model.SystemParameter{
  httpHeader: any(),
  name: any(),
  urlQueryParameter: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.