Class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboCrawler

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseappdistribution_v1alpha/classes.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb,
lib/google/apis/firebaseappdistribution_v1alpha/representations.rb

Overview

Configuration for Robo crawler

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleFirebaseAppdistroV1alphaRoboCrawler

Returns a new instance of GoogleFirebaseAppdistroV1alphaRoboCrawler.



1504
1505
1506
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1504

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#ai_instructionsGoogle::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions

Optional. Instructions for AI driven test Corresponds to the JSON property aiInstructions



1497
1498
1499
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1497

def ai_instructions
  @ai_instructions
end

#login_credentialGoogle::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaLoginCredential

Login credential for automated tests Corresponds to the JSON property loginCredential



1502
1503
1504
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1502

def 
  @login_credential
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1509
1510
1511
1512
# File 'lib/google/apis/firebaseappdistribution_v1alpha/classes.rb', line 1509

def update!(**args)
  @ai_instructions = args[:ai_instructions] if args.key?(:ai_instructions)
  @login_credential = args[:login_credential] if args.key?(:login_credential)
end