Class: Google::Apis::AnalyticsV3::UnsampledReport::DriveDownloadDetails
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AnalyticsV3::UnsampledReport::DriveDownloadDetails
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/analytics_v3/classes.rb,
generated/google/apis/analytics_v3/representations.rb,
generated/google/apis/analytics_v3/representations.rb 
Overview
Download details for a file stored in Google Drive.
Instance Attribute Summary collapse
- 
  
    
      #document_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Id of the document/file containing the report data.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DriveDownloadDetails 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of DriveDownloadDetails.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DriveDownloadDetails
Returns a new instance of DriveDownloadDetails
      5201 5202 5203  | 
    
      # File 'generated/google/apis/analytics_v3/classes.rb', line 5201 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#document_id ⇒ String
Id of the document/file containing the report data.
Corresponds to the JSON property documentId
      5199 5200 5201  | 
    
      # File 'generated/google/apis/analytics_v3/classes.rb', line 5199 def document_id @document_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      5206 5207 5208  | 
    
      # File 'generated/google/apis/analytics_v3/classes.rb', line 5206 def update!(**args) @document_id = args[:document_id] if args.key?(:document_id) end  |