AssetIndustryDto

data class AssetIndustryDto(var code: String, var text: String)

Industry to which the asset belongs.

Parameters

code

Code to uniquely identify the industry.

text

Name or text as a description of the industry.

Constructors

Link copied to clipboard
constructor(code: String, text: String)

Properties

Link copied to clipboard
@get:Size(max = 50)
var code: String
Link copied to clipboard
@get:Size(max = 8196)
var text: String