Class: Google::Apis::DfareportingV5::LastModifiedInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb

Overview

Modification timestamp.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LastModifiedInfo

Returns a new instance of LastModifiedInfo.



8353
8354
8355
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8353

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#timeFixnum

Timestamp of the last change in milliseconds since epoch. Corresponds to the JSON property time

Returns:

  • (Fixnum)


8351
8352
8353
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8351

def time
  @time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8358
8359
8360
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8358

def update!(**args)
  @time = args[:time] if args.key?(:time)
end