Class: Google::Cloud::Channel::V1::DateRange Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::DateRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
A representation of usage or invoice date ranges.
Instance Attribute Summary collapse
-
#invoice_end_date ⇒ ::Google::Type::Date
The latest invoice date (inclusive).
-
#invoice_start_date ⇒ ::Google::Type::Date
The earliest invoice date (inclusive).
-
#usage_end_date_time ⇒ ::Google::Type::DateTime
The latest usage date time (exclusive).
-
#usage_start_date_time ⇒ ::Google::Type::DateTime
The earliest usage date time (inclusive).
Instance Attribute Details
#invoice_end_date ⇒ ::Google::Type::Date
301 302 303 304 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 301 class DateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#invoice_start_date ⇒ ::Google::Type::Date
301 302 303 304 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 301 class DateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#usage_end_date_time ⇒ ::Google::Type::DateTime
301 302 303 304 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 301 class DateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#usage_start_date_time ⇒ ::Google::Type::DateTime
301 302 303 304 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 301 class DateRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |