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