Class CommitWorkbookPublishRequest.WorkbookType.ConnectionType
The connections type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitWorkbookPublishRequest.WorkbookType.ConnectionType
Constructors
ConnectionType()
Default parameterless constructor
Declaration
public ConnectionType()
Properties
Credentials
Gets or sets the server address for the request's project.
Declaration
public CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType? Credentials { get; set; }
Property Value
Type | Description |
---|---|
CommitWorkbookPublishRequest.WorkbookType.ConnectionType.ConnectionCredentialsType |
ServerAddress
Gets or sets the server address for the request's project.
Declaration
public string? ServerAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
ServerPort
Gets or sets the server address for the request's project.
Declaration
public string? ServerPort { get; set; }
Property Value
Type | Description |
---|---|
string |