Class: Google::Apis::DfareportingV3_0::LastModifiedInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV3_0::LastModifiedInfo
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/dfareporting_v3_0/classes.rb,
generated/google/apis/dfareporting_v3_0/representations.rb,
generated/google/apis/dfareporting_v3_0/representations.rb 
Overview
Modification timestamp.
Instance Attribute Summary collapse
- 
  
    
      #time  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
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::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LastModifiedInfo
Returns a new instance of LastModifiedInfo
      7022 7023 7024  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7022 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#time ⇒ Fixnum
Timestamp of the last change in milliseconds since epoch.
Corresponds to the JSON property time
      7020 7021 7022  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7020 def time @time end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7027 7028 7029  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7027 def update!(**args) @time = args[:time] if args.key?(:time) end  |