Class ServerInfoResponse.ServerInfoType.ProductVersionType
Class representing a produce version response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ServerInfoResponse.ServerInfoType.ProductVersionType
Properties
Build
Gets or sets the build version for the response.
Declaration
public string? Build { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Gets or sets the product version for the response.
Declaration
public string? Version { get; set; }
Property Value
Type | Description |
---|---|
string |