View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapField (google_api_integrations v0.3.1)

Field represents either the key or value in an entry.

Attributes

  • literalValue (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaValueType.t, default: nil) - Passing a literal value.
  • referenceKey (type: String.t, default: nil) - Referencing one of the Integration variables.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapField{
    literalValue:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaValueType.t()
      | nil,
    referenceKey: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.