Show / Hide Table of Contents

Class BatchOptimizeToursResponse

Response to a BatchOptimizeToursRequest. This is returned in the Long Running Operation after the operation is complete.

Inheritance
object
BatchOptimizeToursResponse
Implements
IMessage<BatchOptimizeToursResponse>
IEquatable<BatchOptimizeToursResponse>
IDeepCloneable<BatchOptimizeToursResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class BatchOptimizeToursResponse : IMessage<BatchOptimizeToursResponse>, IEquatable<BatchOptimizeToursResponse>, IDeepCloneable<BatchOptimizeToursResponse>, IBufferMessage, IMessage

Constructors

BatchOptimizeToursResponse()

Declaration
public BatchOptimizeToursResponse()

BatchOptimizeToursResponse(BatchOptimizeToursResponse)

Declaration
public BatchOptimizeToursResponse(BatchOptimizeToursResponse other)
Parameters
Type Name Description
BatchOptimizeToursResponse other
In this article
Back to top Generated by DocFX