class Google::Apis::ResourcesettingsV1::GoogleCloudResourcesettingsV1ValueStringSet
A string set value that can hold a set of strings. The maximum length of each string is 200 characters and there can be a maximum of 50 strings in the string set.
Attributes
values[RW]
The strings in the set Corresponds to the JSON property `values` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/resourcesettings_v1/classes.rb, line 249 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 254 def update!(**args) @values = args[:values] if args.key?(:values) end