Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.94 KB

File metadata and controls

11 lines (8 loc) · 2.94 KB

LocalizationModel

Fields

Field Type Required Description Example
title JsonNullable<String> The title of the content Software Engineer Lv 1
description JsonNullable<String> The description of the content This video acts as learning content for software engineers.
language JsonNullable<LocalizationModelLanguage> The language associated with the localization details
tags List<String> The tags associated with the localization details [
"Sales Techniques",
"Customer Service"
]