Class: Google::Apis::DfareportingV2_6::LastModifiedInfo

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

Overview

Modification timestamp.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LastModifiedInfo

Returns a new instance of LastModifiedInfo.



6781
6782
6783
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6781

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#timeString

Timestamp of the last change in milliseconds since epoch. Corresponds to the JSON property time

Returns:

  • (String)


6779
6780
6781
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6779

def time
  @time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6786
6787
6788
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6786

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