class Google::Apis::OndemandscanningV1::Identity
The unique identifier of the update.
Attributes
revision[RW]
The revision number of the update. Corresponds to the JSON property `revision` @return [Fixnum]
update_id[RW]
The revision independent identifier of the update. Corresponds to the JSON property `updateId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ondemandscanning_v1/classes.rb, line 943 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ondemandscanning_v1/classes.rb, line 948 def update!(**args) @revision = args[:revision] if args.key?(:revision) @update_id = args[:update_id] if args.key?(:update_id) end