View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapEntry (google_api_integrations v0.9.0)

Entry is a pair of key and value.

Attributes

  • key (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t, default: nil) - Key of the map entry.
  • value (type: GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t, default: nil) - Value of the map entry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapEntry{
    key:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t()
      | nil,
    value:
      GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.