View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMap (google_api_integrations v0.8.0)

A generic multi-map that holds key value pairs. They keys and values can be of any type, unless specified.

Attributes

  • entries (type: list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapEntry.t), default: nil) - A list of parameter map entries.
  • keyType (type: String.t, default: nil) - Option to specify key type for all entries of the map. If provided then field types for all entries must conform to this.
  • valueType (type: String.t, default: nil) - Option to specify value type for all entries of the map. If provided then field types for all entries must conform to this.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMap{
    entries:
      [
        GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapEntry.t()
      ]
      | nil,
    keyType: String.t() | nil,
    valueType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.