Class: Google::Apis::AdmobV1::StringList
- Inherits:
-
Object
- Object
- Google::Apis::AdmobV1::StringList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admob_v1/classes.rb,
generated/google/apis/admob_v1/representations.rb,
generated/google/apis/admob_v1/representations.rb
Overview
List of string values.
Instance Attribute Summary collapse
-
#values ⇒ Array<String>
The string values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StringList
constructor
A new instance of StringList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StringList
Returns a new instance of StringList.
810 811 812 |
# File 'generated/google/apis/admob_v1/classes.rb', line 810 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The string values.
Corresponds to the JSON property values
808 809 810 |
# File 'generated/google/apis/admob_v1/classes.rb', line 808 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
815 816 817 |
# File 'generated/google/apis/admob_v1/classes.rb', line 815 def update!(**args) @values = args[:values] if args.key?(:values) end |