class Google::Apis::OsconfigV1::InventoryWindowsUpdatePackageWindowsUpdateCategory

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/osconfig_v1/classes.rb, line 769
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/osconfig_v1/classes.rb, line 774
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @name = args[:name] if args.key?(:name)
end