Class BatchOptimizeToursRequest.Types.AsyncModelConfig
Information for solving one optimization model asynchronously.
Implements
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class BatchOptimizeToursRequest.Types.AsyncModelConfig : IMessage<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IEquatable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IDeepCloneable<BatchOptimizeToursRequest.Types.AsyncModelConfig>, IBufferMessage, IMessage
Constructors
AsyncModelConfig()
Declaration
public AsyncModelConfig()
AsyncModelConfig(AsyncModelConfig)
Declaration
public AsyncModelConfig(BatchOptimizeToursRequest.Types.AsyncModelConfig other)
Parameters
Type | Name | Description |
---|---|---|
BatchOptimizeToursRequest.Types.AsyncModelConfig | other |
Properties
DisplayName
Optional. User defined model name, can be used as alias by users to keep track of models.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
InputConfig
Required. Information about the input model.
Declaration
public InputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
InputConfig |
OutputConfig
Required. The desired output location information.
Declaration
public OutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
OutputConfig |