Class GcsDestination
The Google Cloud Storage location where the output file(s) will be written to.
Implements
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Constructors
GcsDestination()
Declaration
public GcsDestination()
GcsDestination(GcsDestination)
Declaration
public GcsDestination(GcsDestination other)
Parameters
Type | Name | Description |
---|---|---|
GcsDestination | other |
Properties
Uri
Required. Google Cloud Storage URI.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |