Class: Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidateEventThreatDetectionCustomModuleResponse

Returns a new instance of ValidateEventThreatDetectionCustomModuleResponse.



13409
13410
13411
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13409

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#errorsGoogle::Apis::SecuritycenterV1::CustomModuleValidationErrors

Corresponds to the JSON property errors



13407
13408
13409
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13407

def errors
  @errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13414
13415
13416
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13414

def update!(**args)
  @errors = args[:errors] if args.key?(:errors)
end