Preparing search index...
The search index is not available
@crowdin/crowdin-api-client
@crowdin/crowdin-api-client
TasksModel
CreateTaskByFileIdsLanguageService
Interface CreateTaskByFileIdsLanguageService
interface
CreateTaskByFileIdsLanguageService
{
assignees
?:
CreateTaskAssignee
[]
;
dateFrom
?:
string
;
dateTo
?:
string
;
description
?:
string
;
excludeLabelIds
?:
number
[]
;
fileIds
:
number
[]
;
includePreTranslatedStringsOnly
?:
boolean
;
labelIds
?:
number
[]
;
languageId
:
string
;
status
?:
RequestStatus
;
title
:
string
;
type
:
TypeVendor
;
vendor
:
"crowdin_language_service"
;
}
Index
Properties
assignees?
date
From?
date
To?
description?
exclude
Label
Ids?
file
Ids
include
Pre
Translated
Strings
Only?
label
Ids?
language
Id
status?
title
type
vendor
Properties
Optional
assignees
assignees
?:
CreateTaskAssignee
[]
Optional
date
From
date
From
?:
string
Optional
date
To
date
To
?:
string
Optional
description
description
?:
string
Optional
exclude
Label
Ids
exclude
Label
Ids
?:
number
[]
file
Ids
file
Ids
:
number
[]
Optional
include
Pre
Translated
Strings
Only
include
Pre
Translated
Strings
Only
?:
boolean
Optional
label
Ids
label
Ids
?:
number
[]
language
Id
language
Id
:
string
Optional
status
status
?:
RequestStatus
title
title
:
string
type
type
:
TypeVendor
vendor
vendor
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
assignees
date
From
date
To
description
exclude
Label
Ids
file
Ids
include
Pre
Translated
Strings
Only
label
Ids
language
Id
status
title
type
vendor
@crowdin/crowdin-api-client
Loading...