Class: Google::Apis::ToolresultsV1beta3::PerformedMonkeyActions
- Inherits:
-
Object
- Object
- Google::Apis::ToolresultsV1beta3::PerformedMonkeyActions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb
Overview
A notification that Robo performed some monkey actions.
Instance Attribute Summary collapse
-
#total_actions ⇒ Fixnum
The total number of monkey actions performed during the crawl.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PerformedMonkeyActions
constructor
A new instance of PerformedMonkeyActions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PerformedMonkeyActions
Returns a new instance of PerformedMonkeyActions.
2266 2267 2268 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2266 def initialize(**args) update!(**args) end |
Instance Attribute Details
#total_actions ⇒ Fixnum
The total number of monkey actions performed during the crawl.
Corresponds to the JSON property totalActions
2264 2265 2266 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2264 def total_actions @total_actions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2271 2272 2273 |
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 2271 def update!(**args) @total_actions = args[:total_actions] if args.key?(:total_actions) end |