timestamp property
      
      int?
      get
      timestamp
      
    
    
    
Implementation
int? get timestamp;
      
      set
      timestamp
      (int? timestamp) 
      
    
    
    
Implementation
set timestamp(int? timestamp);