Class JobResponse.JobType.StatusNoteType
Class representing a REST API job status notes response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class JobResponse.JobType.StatusNoteType
Properties
Text
Gets or sets the text for the response.
Declaration
public string? Text { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the value for the response.
Declaration
public string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |