Class: Google::Apis::DfareportingV2_1::LastModifiedInfo
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::LastModifiedInfo
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/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::Hashable
Constructor Details
#initialize(**args) ⇒ LastModifiedInfo
Returns a new instance of LastModifiedInfo.
6131 6132 6133 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6131 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
6129 6130 6131 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6129 def time @time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6136 6137 6138 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6136 def update!(**args) @time = args[:time] unless args[:time].nil? end |