interface TestCaseMetadata2 {
    container?: string;
    name?: string;
    projectId?: string;
    testMetadataId?: number;
}

Properties

container?: string
name?: string
projectId?: string
testMetadataId?: number