interface ListLanguageTranslationsOptions {
    approvedOnly?: BooleanInt;
    branchId?: number;
    croql?: string;
    denormalizePlaceholders?: BooleanInt;
    directoryId?: number;
    fileId?: number;
    labelIds?: string;
    limit?: number;
    minApprovalCount?: number;
    offset?: number;
    orderBy?: string;
    passedWorkflow?: BooleanInt;
    stringIds?: string;
}

Hierarchy (view full)

Properties

approvedOnly?: BooleanInt
branchId?: number
croql?: string
denormalizePlaceholders?: BooleanInt
directoryId?: number
fileId?: number
labelIds?: string
limit?: number
minApprovalCount?: number
offset?: number
orderBy?: string
passedWorkflow?: BooleanInt
stringIds?: string