interface ListStringCommentsOptions {
    issueStatus?: IssueStatus;
    issueType?: IssueType;
    limit?: number;
    offset?: number;
    stringId?: number;
    targetLanguageId?: string;
    type?: StringCommentsModel.Type;
}

Hierarchy (view full)

Properties

issueStatus?: IssueStatus
issueType?: IssueType
limit?: number
offset?: number
stringId?: number
targetLanguageId?: string