class Google::Apis::DfareportingV2_1::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_1/classes.rb, line 6131
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_1/classes.rb, line 6136
def update!(**args)
  @time = args[:time] unless args[:time].nil?
end