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