class Google::Apis::AndroidpublisherV3::Testers

The testers of an app. The resource for TestersService.

Attributes

google_groups[RW]

All testing Google Groups, as email addresses. Corresponds to the JSON property `googleGroups` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1833
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 1838
def update!(**args)
  @google_groups = args[:google_groups] if args.key?(:google_groups)
end