Class AddFlowTaskToScheduleResponse.TaskType.FlowRunType.ParameterRunsType
Class representing a response parameter runs item.
Inheritance
object
AddFlowTaskToScheduleResponse.TaskType.FlowRunType.ParameterRunsType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class AddFlowTaskToScheduleResponse.TaskType.FlowRunType.ParameterRunsType
Properties
Description
Gets or sets the description for the response.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverrideValue
Gets or sets the override value for the response.
Declaration
public string? OverrideValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParameterId
Gets or sets the parameter ID for the response.
Declaration
public Guid ParameterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |