Class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType.ParameterType
Class representing a response parameter item.
Inheritance
object
CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType.ParameterType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType.ParameterType
Properties
Description
Gets or sets the description for the response.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Domain
Gets or sets the domain for the response.
Declaration
public CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType.ParameterType.DomainType? Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateCloudFlowTaskResponse.TaskType.FlowRunType.FlowType.ParameterType.DomainType |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
IsRequired
Gets or sets the is required flag for the response.
Declaration
public bool IsRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the value for the response.
Declaration
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |