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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 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."]]],[]]