Show / Hide Table of Contents

Class OptimizeToursUriResponse

A response returned by the OptimizeToursUri method.

Inheritance
object
OptimizeToursUriResponse
Implements
IMessage<OptimizeToursUriResponse>
IEquatable<OptimizeToursUriResponse>
IDeepCloneable<OptimizeToursUriResponse>
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 OptimizeToursUriResponse : IMessage<OptimizeToursUriResponse>, IEquatable<OptimizeToursUriResponse>, IDeepCloneable<OptimizeToursUriResponse>, IBufferMessage, IMessage

Constructors

OptimizeToursUriResponse()

Declaration
public OptimizeToursUriResponse()

OptimizeToursUriResponse(OptimizeToursUriResponse)

Declaration
public OptimizeToursUriResponse(OptimizeToursUriResponse other)
Parameters
Type Name Description
OptimizeToursUriResponse other

Properties

Output

Optional. The URI of the Cloud Storage object containing the OptimizeToursResponse encoded as either JSON or textproto. If the object was encoded as JSON, the extension of the object name will be .json. If the object was encoded as textproto, the extension of the object name will be .txtpb.

The crc32_checksum of the resource can be used to verify the contents of the resource have not been modified.

Declaration
public Uri Output { get; set; }
Property Value
Type Description
Uri
In this article
Back to top Generated by DocFX