Class: Google::Apis::GmailpostmastertoolsV2::StringList
- Inherits:
-
Object
- Object
- Google::Apis::GmailpostmastertoolsV2::StringList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gmailpostmastertools_v2/classes.rb,
lib/google/apis/gmailpostmastertools_v2/representations.rb,
lib/google/apis/gmailpostmastertools_v2/representations.rb
Overview
Represents a list of strings.
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.
733 734 735 |
# File 'lib/google/apis/gmailpostmastertools_v2/classes.rb', line 733 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The string values.
Corresponds to the JSON property values
731 732 733 |
# File 'lib/google/apis/gmailpostmastertools_v2/classes.rb', line 731 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
738 739 740 |
# File 'lib/google/apis/gmailpostmastertools_v2/classes.rb', line 738 def update!(**args) @values = args[:values] if args.key?(:values) end |