class Google::Apis::AdmobV1::StringList
List of string values.
Attributes
values[RW]
The string values. Corresponds to the JSON property `values` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/admob_v1/classes.rb, line 1024 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/admob_v1/classes.rb, line 1029 def update!(**args) @values = args[:values] if args.key?(:values) end