Class FlowRunTasksResponse.TaskType.FlowRunType.ParameterType
Class representing a response parameter item.
Inheritance
object
FlowRunTasksResponse.TaskType.FlowRunType.ParameterType
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class FlowRunTasksResponse.TaskType.FlowRunType.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 FlowRunTasksResponse.TaskType.FlowRunType.ParameterType.DomainType? Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| FlowRunTasksResponse.TaskType.FlowRunType.ParameterType.DomainType |
Id
Gets or sets the parameter 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 |