Class: Google::Apis::DfareportingV3_3::LastModifiedInfo

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

Overview

Modification timestamp.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LastModifiedInfo

Returns a new instance of LastModifiedInfo.



6837
6838
6839
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6837

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)


6835
6836
6837
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6835

def time
  @time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6842
6843
6844
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6842

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