class Google::Apis::ContaineranalysisV1::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/containeranalysis_v1/classes.rb, line 3000 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 3005 def update!(**args) @revision = args[:revision] if args.key?(:revision) @update_id = args[:update_id] if args.key?(:update_id) end