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