class Google::Apis::QpxExpressV1::SearchTripsResponse
A QPX Express search response.
Attributes
kind[RW]
Identifies this as a QPX Express API search response resource. Value: the fixed string qpxExpress#tripsSearch. Corresponds to the JSON property `kind` @return [String]
trips[RW]
A QPX Express search response. Corresponds to the JSON property `trips` @return [Google::Apis::QpxExpressV1::TripOptionsResponse]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/qpx_express_v1/classes.rb, line 1256 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/qpx_express_v1/classes.rb, line 1261 def update!(**args) @kind = args[:kind] if args.key?(:kind) @trips = args[:trips] if args.key?(:trips) end