Class: Google::Analytics::Admin::V1alpha::AccessDateRange
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AccessDateRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/access_report.rb
Overview
A contiguous range of days: startDate, startDate + 1, ..., endDate.
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
The inclusive end date for the query in the format
YYYY-MM-DD. -
#start_date ⇒ ::String
The inclusive start date for the query in the format
YYYY-MM-DD.
Instance Attribute Details
#end_date ⇒ ::String
Returns The inclusive end date for the query in the format YYYY-MM-DD. Cannot
be before startDate. The format NdaysAgo, yesterday, or today is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
66 67 68 69 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 66 class AccessDateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_date ⇒ ::String
Returns The inclusive start date for the query in the format YYYY-MM-DD. Cannot
be after endDate. The format NdaysAgo, yesterday, or today is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
66 67 68 69 |
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 66 class AccessDateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |