class Google::Apis::CloudassetV1::WindowsUpdateCategory
Categories specified by the Windows Update.
Attributes
id[RW]
The identifier of the windows update category. Corresponds to the JSON property `id` @return [String]
name[RW]
The name of the windows update category. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 4607 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1/classes.rb, line 4612 def update!(**args) @id = args[:id] if args.key?(:id) @name = args[:name] if args.key?(:name) end