Class CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType.FlowOutputStepType
Class representing a request flow output step item.
Inheritance
object
CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType.FlowOutputStepType
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType.FlowOutputStepType
Constructors
FlowOutputStepType()
Creates a new CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType.FlowOutputStepType instance.
Declaration
public FlowOutputStepType()
FlowOutputStepType(Guid)
Creates a new CreateCloudFlowTaskRequest.TaskType.FlowRunType.FlowRunSpecType.FlowOutputStepType instance.
Declaration
public FlowOutputStepType(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id | The flow output step ID. |
Properties
Id
Gets or sets the ID for the request.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |