Class CreateCloudFlowTaskResponse
Class representing a create cloud flow task response. See Tableau API Reference for documentation.
Inheritance
object
CreateCloudFlowTaskResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskResponse : TableauServerResponse<CreateCloudFlowTaskResponse.TaskType>, ITableauServerResponse<CreateCloudFlowTaskResponse.TaskType>, ITableauServerResponse
Properties
Item
Gets or sets the task for the response.
Declaration
public override CreateCloudFlowTaskResponse.TaskType? Item { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateCloudFlowTaskResponse.TaskType |