Class FlowsResponse.FlowType.OwnerType
Class representing a REST API user response.
Inheritance
object
FlowsResponse.FlowType.OwnerType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FlowsResponse.FlowType.OwnerType : IRestIdentifiable
Constructors
OwnerType()
The default parameterless constructor.
Declaration
public OwnerType()
OwnerType(IRestIdentifiable)
Constructor to build from IRestIdentifiable.
Declaration
public OwnerType(IRestIdentifiable owner)
Parameters
| Type | Name | Description |
|---|---|---|
| IRestIdentifiable | owner | The IRestIdentifiable object. |
Properties
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 |