Class: Google::Apis::PlayintegrityV1::TestingDetails
- Inherits:
-
Object
- Object
- Google::Apis::PlayintegrityV1::TestingDetails
- 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
-
#is_testing_response ⇒ Boolean
(also: #is_testing_response?)
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestingDetails
constructor
A new instance of TestingDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_response ⇒ Boolean 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
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 |