Class: Google::Apis::DfareportingV4::LastModifiedInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LastModifiedInfo

Returns a new instance of LastModifiedInfo.



7556
7557
7558
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7556

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)


7554
7555
7556
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7554

def time
  @time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7561
7562
7563
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7561

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