View Source GoogleApi.Connectors.V2.Model.QueryParameter (google_api_connectors v0.13.0)

Query parameter definition

Attributes

  • dataType (type: String.t, default: nil) -
  • value (type: any(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V2.Model.QueryParameter{
  dataType: String.t() | nil,
  value: any() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.