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
5107 5108 5109 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 5107 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
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 |