public sealed class BatchOptimizeToursResponse : IMessage<BatchOptimizeToursResponse>, IEquatable<BatchOptimizeToursResponse>, IDeepCloneable<BatchOptimizeToursResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class BatchOptimizeToursResponse.
Response to a BatchOptimizeToursRequest. This is returned in
the LRO Operation after the operation is complete.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `BatchOptimizeToursResponse` class is part of the Google Cloud Optimization v1 API, specifically version 2.0.0."],["This class is a response to a `BatchOptimizeToursRequest` and is returned after the operation is complete."],["It inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is in the namespace `Google.Cloud.Optimization.V1` and is contained within the `Google.Cloud.Optimization.V1.dll` assembly."],["The class offers two constructors, one default and another that accepts another `BatchOptimizeToursResponse` as a parameter."]]],[]]