Class: Google::Analytics::Admin::V1alpha::ReportingDataAnnotation::DateRange

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_date::Google::Type::Date



1723
1724
1725
1726
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1723

class DateRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_date::Google::Type::Date



1723
1724
1725
1726
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1723

class DateRange
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end