Class: Google::Apis::DfareportingV4::LastModifiedInfo
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::LastModifiedInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
Modification timestamp.
Instance Attribute Summary collapse
-
#time ⇒ Fixnum
Timestamp of the last change in milliseconds since epoch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LastModifiedInfo
constructor
A new instance of LastModifiedInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LastModifiedInfo
Returns a new instance of LastModifiedInfo.
7562 7563 7564 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7562 def initialize(**args) update!(**args) end |
Instance Attribute Details
#time ⇒ Fixnum
Timestamp of the last change in milliseconds since epoch.
Corresponds to the JSON property time
7560 7561 7562 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7560 def time @time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7567 7568 7569 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7567 def update!(**args) @time = args[:time] if args.key?(:time) end |