Class: Google::Apis::DfareportingV2_3::LastModifiedInfo
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::LastModifiedInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/representations.rb
Overview
Modification timestamp.
Instance Attribute Summary collapse
-
#time ⇒ String
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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LastModifiedInfo
Returns a new instance of LastModifiedInfo.
6206 6207 6208 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 6206 def initialize(**args) update!(**args) end |
Instance Attribute Details
#time ⇒ String
Timestamp of the last change in milliseconds since epoch.
Corresponds to the JSON property time
6204 6205 6206 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 6204 def time @time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6211 6212 6213 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 6211 def update!(**args) @time = args[:time] if args.key?(:time) end |