Class: Google::Cloud::Optimization::V1::ShipmentRoute::Break

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/optimization/v1/fleet_routing.rb

Overview

Data representing the execution of a break.

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Google::Protobuf::Duration

Returns Duration of a break.

Returns:



2275
2276
2277
2278
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 2275

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

#start_time::Google::Protobuf::Timestamp

Returns Start time of a break.

Returns:



2275
2276
2277
2278
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 2275

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