class Google::Apis::ContaineranalysisV1::KnowledgeBase
Attributes
name[RW]
The KB name (generally of the form KB+ (e.g., 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_v1/classes.rb, line 3202 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_v1/classes.rb, line 3207 def update!(**args) @name = args[:name] if args.key?(:name) @url = args[:url] if args.key?(:url) end