class Google::Apis::ResourcesettingsV1::GoogleCloudResourcesettingsV1ValueStringMap

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[RW]

The key-value pairs in the map Corresponds to the JSON property `mappings` @return [Hash<String,String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/resourcesettings_v1/classes.rb, line 228
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/resourcesettings_v1/classes.rb, line 233
def update!(**args)
  @mappings = args[:mappings] if args.key?(:mappings)
end