class Google::Apis::TestingV1::Account

Identifies an account and how to log into it.

Attributes

google_auto[RW]

Enables automatic Google account login. If set, the service automatically generates a Google test account and adds it to the device, before executing the test. Note that test accounts might be reused. Many applications show their full set of functionalities when an account is present on the device. Logging into the device with these generated accounts allows testing more functionalities. Corresponds to the JSON property `googleAuto` @return [Google::Apis::TestingV1::GoogleAuto]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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