View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapEntry (google_api_integrations v0.10.0)
Entry is a pair of key and value.
Attributes
-
key
(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t
, default:nil
) - Key of the map entry. -
value
(type:GoogleApi.Integrations.V1.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.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapEntry{ key: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t() | nil, value: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaParameterMapField.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.