Class VirtualConnectionsResponse.VirtualConnectionType
Class representing a site response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class VirtualConnectionsResponse.VirtualConnectionType
Properties
CreatedAt
Gets or sets the created timestamp for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
HasExtracts
Gets or sets the Has Extracts for the response.
Declaration
public bool HasExtracts { 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 isCertified for the response.
Declaration
public bool IsCertified { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets or sets the updated timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
WebpageUrl
Gets or sets the webpage URL for the response.
Declaration
public string? WebpageUrl { get; set; }
Property Value
Type | Description |
---|---|
string |