Class: Google::Apis::PlayintegrityV1::TestingDetails

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

Overview

Contains additional information generated for testing responses.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TestingDetails

Returns a new instance of TestingDetails.



344
345
346
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 344

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

Instance Attribute Details

#is_testing_responseBoolean Also known as: is_testing_response?

Required. Indicates that the information contained in this payload is a testing response that is statically overridden for a tester. Corresponds to the JSON property isTestingResponse

Returns:

  • (Boolean)


341
342
343
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 341

def is_testing_response
  @is_testing_response
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



349
350
351
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 349

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