class Google::Apis::TestingV1::SystraceSetup
Attributes
duration_seconds[RW]
Systrace duration in seconds. Should be between 1 and 30 seconds. 0 disables systrace. Corresponds to the JSON property `durationSeconds` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 2006 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 2011 def update!(**args) @duration_seconds = args[:duration_seconds] if args.key?(:duration_seconds) end