Class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType.FlowParameterSpecType
Class representing a response flow parameter spec item.
Inheritance
object
CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType.FlowParameterSpecType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowRunSpecType.FlowParameterSpecType
Properties
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 |