Class: Google::Analytics::Admin::V1alpha::ReportingDataAnnotation::DateRange
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ReportingDataAnnotation::DateRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Represents a Reporting Data Annotation's date range, both start and end dates are inclusive. Time zones are based on the parent property.
Instance Attribute Summary collapse
-
#end_date ⇒ ::Google::Type::Date
Required.
-
#start_date ⇒ ::Google::Type::Date
Required.
Instance Attribute Details
#end_date ⇒ ::Google::Type::Date
Returns Required. The end date for this range. Must be a valid date with year, month, and day set. This date must be greater than or equal to the start date.
1714 1715 1716 1717 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1714 class DateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_date ⇒ ::Google::Type::Date
Returns Required. The start date for this range. Must be a valid date with year, month, and day set. The date may be in the past, present, or future.
1714 1715 1716 1717 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1714 class DateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |