Class: Google::Maps::FleetEngine::Delivery::V1::TimeWindow

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/maps/fleetengine/delivery/v1/common.rb

Overview

A time range.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns Required. The end time of the time window (inclusive).

Returns:



168
169
170
171
# File 'proto_docs/google/maps/fleetengine/delivery/v1/common.rb', line 168

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

#start_time::Google::Protobuf::Timestamp

Returns Required. The start time of the time window (inclusive).

Returns:



168
169
170
171
# File 'proto_docs/google/maps/fleetengine/delivery/v1/common.rb', line 168

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