class Google::Apis::DfareportingV3_4::LastModifiedInfo
Modification timestamp.
Attributes
time[RW]
Timestamp of the last change in milliseconds since epoch. Corresponds to the JSON property `time` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 7461 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_4/classes.rb, line 7466 def update!(**args) @time = args[:time] if args.key?(:time) end