Class UpdateFlowResponse.FlowType
Type for the flow object.
Inheritance
object
UpdateFlowResponse.FlowType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateFlowResponse.FlowType : IRestIdentifiable
Properties
CreatedAt
Gets or sets the creation date/time for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Gets or sets the description for the response.
Declaration
public string? Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileType
Gets or sets the file type for the response.
Declaration
public string? FileType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the id for the response.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Owner
Gets or sets the owner for the response.
Declaration
public UpdateFlowResponse.FlowType.OwnerType? Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlowResponse.FlowType.OwnerType |
Project
Gets or sets the project for the response.
Declaration
public UpdateFlowResponse.FlowType.ProjectType? Project { get; set; }
Property Value
| Type | Description |
|---|---|
| UpdateFlowResponse.FlowType.ProjectType |
UpdatedAt
Gets or sets the update date/time for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebpageUrl
Gets or sets the webpage URL for the response.
Declaration
public string? WebpageUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |