class Google::Apis::ContaineranalysisV1beta1::KnowledgeBase
Attributes
name[RW]
The KB name (generally of the form KB+ i.e. KB123456). Corresponds to the JSON property `name` @return [String]
url[RW]
A link to the KB in the Windows update catalog - www.catalog.update. microsoft.com/ Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 2100 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1beta1/classes.rb, line 2105 def update!(**args) @name = args[:name] if args.key?(:name) @url = args[:url] if args.key?(:url) end