Class: Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleRequest
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::ValidateEventThreatDetectionCustomModuleRequest
- 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
-
#raw_text ⇒ String
Corresponds to the JSON property
rawText. -
#type ⇒ String
Corresponds to the JSON property
type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateEventThreatDetectionCustomModuleRequest
constructor
A new instance of ValidateEventThreatDetectionCustomModuleRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateEventThreatDetectionCustomModuleRequest
Returns a new instance of ValidateEventThreatDetectionCustomModuleRequest.
13289 13290 13291 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13289 def initialize(**args) update!(**args) end |
Instance Attribute Details
#raw_text ⇒ String
Corresponds to the JSON property rawText
13282 13283 13284 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13282 def raw_text @raw_text end |
#type ⇒ String
Corresponds to the JSON property type
13287 13288 13289 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13287 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13294 13295 13296 13297 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 13294 def update!(**args) @raw_text = args[:raw_text] if args.key?(:raw_text) @type = args[:type] if args.key?(:type) end |