Interface IFlowType
Interface for a prep flow REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IFlowType : IRestIdentifiable, INamedContent, IWithProjectType, IWithOwnerType, IWithTagTypes
Properties
CreatedAt
Gets the created timestamp for the response.
Declaration
string? CreatedAt { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description for the response.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
FileType
Gets the file type for the response.
Declaration
string? FileType { get; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets the updated timestamp for the response.
Declaration
string? UpdatedAt { get; }
Property Value
Type | Description |
---|---|
string |
WebpageUrl
Gets the data source webpage URL for the response.
Declaration
string? WebpageUrl { get; }
Property Value
Type | Description |
---|---|
string |