Class: Google::Apis::AnalyticsV3::UnsampledReport::DriveDownloadDetails

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DriveDownloadDetails

Returns a new instance of DriveDownloadDetails.



5107
5108
5109
# File 'generated/google/apis/analytics_v3/classes.rb', line 5107

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#document_idString

Id of the document/file containing the report data. Corresponds to the JSON property documentId

Returns:

  • (String)


5105
5106
5107
# File 'generated/google/apis/analytics_v3/classes.rb', line 5105

def document_id
  @document_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5112
5113
5114
# File 'generated/google/apis/analytics_v3/classes.rb', line 5112

def update!(**args)
  @document_id = args[:document_id] if args.key?(:document_id)
end