Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.08 KB

File metadata and controls

37 lines (23 loc) · 1.08 KB

GridSetting

Properties

Name Type Description Notes
defaultSourceLanguageStatus DefaultSourceLanguageStatusEnum [optional]
translatorCanViewAutomations Boolean [optional]
categories List<FileCategory> [optional]
metadata Map<String, String> [optional]
createdTime OffsetDateTime [optional]
lastModifiedTime OffsetDateTime [optional]
createdBy String [optional]
lastModifiedBy String [optional]

Enum: DefaultSourceLanguageStatusEnum

Name Value
UNSET "unset"
DO_NOT_TRANSLATE "doNotTranslate"
NOT_READY_FOR_TRANSLATION "notReadyForTranslation"
READY_FOR_TRANSLATION "readyForTranslation"
LOCKED "locked"
LOCK_ALL_LANGUAGES "lockAllLanguages"

Implemented Interfaces

  • Serializable