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.



313
314
315
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 313

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)


310
311
312
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 310

def is_testing_response
  @is_testing_response
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



318
319
320
# File 'lib/google/apis/playintegrity_v1/classes.rb', line 318

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