View Source GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringMap (google_api_resource_settings v0.3.0)

A string->string map value that can hold a map of string keys to string values. The maximum length of each string is 200 characters and there can be a maximum of 50 key-value pairs in the map.

Attributes

  • mappings (type: map(), default: nil) - The key-value pairs in the map

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ResourceSettings.V1.Model.GoogleCloudResourcesettingsV1ValueStringMap{
    mappings: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.