Class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType
Class representing a response flow item.
Inheritance
object
CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType
Properties
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Gets or sets the parameters for the response.
Declaration
public CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType.ParameterType[] Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| ParameterType[] |