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.
4942 4943 4944 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 4942 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
4940 4941 4942 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 4940 def document_id @document_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4947 4948 4949 |
# File 'generated/google/apis/analytics_v3/classes.rb', line 4947 def update!(**args) @document_id = args[:document_id] if args.key?(:document_id) end |