Class FlowResponse.FlowType
Class representing a site response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FlowResponse.FlowType : IFlowType, IRestIdentifiable, INamedContent, IWithProjectType, IWithOwnerType, IWithTagTypes
Properties
CreatedAt
Gets or sets the created timestamp 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 FlowResponse.FlowType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
FlowResponse.FlowType.OwnerType |
Project
Gets or sets the project for the response.
Declaration
public FlowResponse.FlowType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
FlowResponse.FlowType.ProjectType |
Tags
Gets or sets the tags for the response.
Declaration
public FlowResponse.FlowType.TagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
TagType[] |
UpdatedAt
Gets or sets the updated timestamp 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 |