Interface IFlowParameterRun
Interface for a flow parameter run.
Namespace: Tableau.Migration.Content.Schedules.Server
Assembly: Tableau.Migration.dll
Syntax
public interface IFlowParameterRun
Properties
Description
Gets the parameter description.
Declaration
string? Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets the parameter name.
Declaration
string? Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
OverrideValue
Gets the override value.
Declaration
string? OverrideValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
ParameterId
Gets the parameter ID.
Declaration
Guid ParameterId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |