Interface IRestRequestBuilderFactoryInput
Interface for an object that contains the input given for a IRestRequestBuilderFactory, used to bootstrap request building dependency injection.
Namespace: Tableau.Migration.Net.Rest
Assembly: Tableau.Migration.dll
Syntax
public interface IRestRequestBuilderFactoryInput : IRequestBuilderFactoryInput
Properties
RestApiVersionOverride
Gets the REST API version to use, or null to use the default version.
Declaration
string? RestApiVersionOverride { get; }
Property Value
| Type | Description |
|---|---|
| string |