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
| 5133 5134 5135 | # File 'generated/google/apis/analytics_v3/classes.rb', line 5133 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
| 5131 5132 5133 | # File 'generated/google/apis/analytics_v3/classes.rb', line 5131 def document_id @document_id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5138 5139 5140 | # File 'generated/google/apis/analytics_v3/classes.rb', line 5138 def update!(**args) @document_id = args[:document_id] if args.key?(:document_id) end |