Class: Google::Apis::WebsecurityscannerV1alpha::StartScanRunRequest
- Inherits:
-
Object
- Object
- Google::Apis::WebsecurityscannerV1alpha::StartScanRunRequest
- 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 StartScanRun
method.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartScanRunRequest
constructor
A new instance of StartScanRunRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ StartScanRunRequest
Returns a new instance of StartScanRunRequest
698 699 700 |
# File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 698 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
703 704 |
# File 'generated/google/apis/websecurityscanner_v1alpha/classes.rb', line 703 def update!(**args) end |