Class CapabilityType
Class that defines the Capability Type.
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class CapabilityType
Constructors
CapabilityType(ICapability)
Constructor to build from ICapability.
Declaration
public CapabilityType(ICapability capability)
Parameters
Type | Name | Description |
---|---|---|
ICapability | capability |
Properties
Mode
Declaration
public string? Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |