Class: Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleResponse
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Overview
Response to validating an Event Threat Detection custom module.
Instance Attribute Summary collapse
-
#errors ⇒ Google::Apis::SecuritycenterV1::CustomModuleValidationErrors
A list of zero or more errors encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateEventThreatDetectionCustomModuleResponse
constructor
A new instance of ValidateEventThreatDetectionCustomModuleResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateEventThreatDetectionCustomModuleResponse
Returns a new instance of ValidateEventThreatDetectionCustomModuleResponse.
11225 11226 11227 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11225 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Google::Apis::SecuritycenterV1::CustomModuleValidationErrors
A list of zero or more errors encountered while validating the uploaded
configuration of an Event Threat Detection Custom Module.
Corresponds to the JSON property errors
11223 11224 11225 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11223 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11230 11231 11232 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 11230 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |