Interface IStatusNote
Interface for an API client job status note model.
Namespace: Tableau.Migration.Api.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IStatusNote
Properties
Text
Gets the status note's text.
Declaration
string? Text { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the status note's type.
Declaration
string? Type { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets the status note's value.
Declaration
string? Value { get; }
Property Value
Type | Description |
---|---|
string |