Interface ICreateCloudFlowTaskOptions
Interface for an API client cloud flow task creation model.
Namespace: Tableau.Migration.Api.Models.Cloud
Assembly: Tableau.Migration.dll
Syntax
public interface ICreateCloudFlowTaskOptions
Properties
FlowId
Gets the flow ID.
Declaration
Guid FlowId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
FlowOutputStepIds
Gets the optional flow output step IDs.
Declaration
IEnumerable<Guid>? FlowOutputStepIds { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Guid> |
FlowParameterSpecs
Gets the optional flow parameter specifications.
Declaration
IEnumerable<FlowParameterSpec>? FlowParameterSpecs { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<FlowParameterSpec> |
Schedule
Gets the flow task's schedule.
Declaration
ICloudSchedule Schedule { get; }
Property Value
| Type | Description |
|---|---|
| ICloudSchedule |