class Google::Apis::DfareportingV3_5::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_5/classes.rb, line 7008
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_5/classes.rb, line 7013
def update!(**args)
  @time = args[:time] if args.key?(:time)
end