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
Instance Attribute Summary collapse
-
#errors ⇒ Google::Apis::SecuritycenterV1::CustomModuleValidationErrors
Corresponds to the JSON property
errors.
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.
13309 13310 13311 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13309 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Google::Apis::SecuritycenterV1::CustomModuleValidationErrors
Corresponds to the JSON property errors
13307 13308 13309 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13307 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13314 13315 13316 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13314 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |