Class OptimizeToursUriResponse
A response returned by the OptimizeToursUri method.
Implements
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 |