Class: Google::Apis::AndroidpublisherV3::Testers
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::Testers
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Overview
The testers of an app. The resource for TestersService.
Instance Attribute Summary collapse
-
#google_groups ⇒ Array<String>
All testing Google Groups, as email addresses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Testers
constructor
A new instance of Testers.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Testers
Returns a new instance of Testers.
1830 1831 1832 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1830 def initialize(**args) update!(**args) end |
Instance Attribute Details
#google_groups ⇒ Array<String>
All testing Google Groups, as email addresses.
Corresponds to the JSON property googleGroups
1828 1829 1830 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1828 def google_groups @google_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1835 1836 1837 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1835 def update!(**args) @google_groups = args[:google_groups] if args.key?(:google_groups) end |