Class: Google::Apis::SecuritycenterV1beta1::SecurityBulletin
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::SecurityBulletin
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#bulletin_id ⇒ String
Corresponds to the JSON property
bulletinId. -
#submission_time ⇒ String
Corresponds to the JSON property
submissionTime. -
#suggested_upgrade_version ⇒ String
Corresponds to the JSON property
suggestedUpgradeVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SecurityBulletin
constructor
A new instance of SecurityBulletin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SecurityBulletin
Returns a new instance of SecurityBulletin.
12013 12014 12015 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12013 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bulletin_id ⇒ String
Corresponds to the JSON property bulletinId
12001 12002 12003 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12001 def bulletin_id @bulletin_id end |
#submission_time ⇒ String
Corresponds to the JSON property submissionTime
12006 12007 12008 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12006 def submission_time @submission_time end |
#suggested_upgrade_version ⇒ String
Corresponds to the JSON property suggestedUpgradeVersion
12011 12012 12013 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12011 def suggested_upgrade_version @suggested_upgrade_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12018 12019 12020 12021 12022 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 12018 def update!(**args) @bulletin_id = args[:bulletin_id] if args.key?(:bulletin_id) @submission_time = args[:submission_time] if args.key?(:submission_time) @suggested_upgrade_version = args[:suggested_upgrade_version] if args.key?(:suggested_upgrade_version) end |