Class UpdateDataSourceResponse.DataSourceType
Type for the data source object.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateDataSourceResponse.DataSourceType : IRestIdentifiable
Properties
CertificationNote
Gets or sets the certification note for the response.
Declaration
public string? CertificationNote { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentUrl
Gets or sets the content URL for the response.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or sets the creation date/time for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptExtracts
Gets or sets the encrypt extracts flag for the response.
Declaration
public bool EncryptExtracts { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
Gets or sets the id for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IsCertified
Gets or sets the certification status for the response.
Declaration
public bool IsCertified { get; set; }
Property Value
Type | Description |
---|---|
bool |
Job
Gets or sets the job for the response.
Declaration
public UpdateDataSourceResponse.DataSourceType.JobType? Job { get; set; }
Property Value
Type | Description |
---|---|
UpdateDataSourceResponse.DataSourceType.JobType |
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 UpdateDataSourceResponse.DataSourceType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
UpdateDataSourceResponse.DataSourceType.OwnerType |
Project
Gets or sets the project for the response.
Declaration
public UpdateDataSourceResponse.DataSourceType.ProjectType? Project { get; set; }
Property Value
Type | Description |
---|---|
UpdateDataSourceResponse.DataSourceType.ProjectType |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets or sets the update date/time for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |