Class: Google::Apis::DfareportingV2_1::LastModifiedInfo

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

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

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

#timeString

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

Returns:

  • (String)


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