Class ServerInfoResponse.ServerInfoType
Class representing a server info response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ServerInfoResponse.ServerInfoType
Constructors
ServerInfoType()
Creates a new ServerInfoResponse.ServerInfoType instance.
Declaration
public ServerInfoType()
Properties
ProductVersion
Gets or sets the product version for the response.
Declaration
public ServerInfoResponse.ServerInfoType.ProductVersionType? ProductVersion { get; set; }
Property Value
Type | Description |
---|---|
ServerInfoResponse.ServerInfoType.ProductVersionType |
RestApiVersion
Gets or sets the REST API version for the response.
Declaration
public ServerInfoResponse.ServerInfoType.RestApiVersionType? RestApiVersion { get; set; }
Property Value
Type | Description |
---|---|
ServerInfoResponse.ServerInfoType.RestApiVersionType |