class Google::Apis::AnalyticsV3::UnsampledReport::DriveDownloadDetails
Download details for a file stored in Google
Drive.
Attributes
document_id[RW]
Id of the document/file containing the report data. Corresponds to the JSON property `documentId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analytics_v3/classes.rb, line 5107 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/analytics_v3/classes.rb, line 5112 def update!(**args) @document_id = args[:document_id] if args.key?(:document_id) end