Interface IUpdateFlowResult
Interface to represent the response returned by the Update method in IFlowsApiClient.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IUpdateFlowResult
Properties
CreatedAt
Gets the creation date/time of the flow.
Declaration
string? CreatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Gets the description of the flow.
Declaration
string? Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
FileType
Gets the file type of the flow.
Declaration
string? FileType { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets the unique identifier of the flow.
Declaration
Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets the name of the flow.
Declaration
string? Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
OwnerId
Gets the owner ID of the flow.
Declaration
Guid? OwnerId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
ProjectId
Gets the project ID of the flow.
Declaration
Guid? ProjectId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
ProjectName
Gets the project name of the flow.
Declaration
string? ProjectName { get; }
Property Value
| Type | Description |
|---|---|
| string |
UpdatedAt
Gets the update date/time of the flow.
Declaration
string? UpdatedAt { get; }
Property Value
| Type | Description |
|---|---|
| string |
WebpageUrl
Gets the webpage URL of the flow.
Declaration
string? WebpageUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |