Class: Google::Apis::WebsecurityscannerV1alpha::StopScanRunRequest
- Inherits:
-
Object
- Object
- Google::Apis::WebsecurityscannerV1alpha::StopScanRunRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/websecurityscanner_v1alpha/classes.rb,
generated/google/apis/websecurityscanner_v1alpha/representations.rb,
generated/google/apis/websecurityscanner_v1alpha/representations.rb
Overview
Request for the StopScanRun
method.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StopScanRunRequest
constructor
A new instance of StopScanRunRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StopScanRunRequest
Returns a new instance of StopScanRunRequest
718 719 720 |
# File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 718 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
723 724 |
# File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 723 def update!(**args) end |