interface BuildReference2 {
    branchName?: string;
    buildConfigurationId?: number;
    buildDefinitionId?: number;
    buildDeleted?: boolean;
    buildFlavor?: string;
    buildId?: number;
    buildNumber?: string;
    buildPlatform?: string;
    buildSystem?: string;
    buildUri?: string;
    coverageId?: number;
    createdDate?: Date;
    projectId?: string;
    repoId?: string;
    repoType?: string;
    sourceVersion?: string;
}

Properties

branchName?: string
buildConfigurationId?: number
buildDefinitionId?: number
buildDeleted?: boolean
buildFlavor?: string
buildId?: number
buildNumber?: string
buildPlatform?: string
buildSystem?: string
buildUri?: string
coverageId?: number
createdDate?: Date
projectId?: string
repoId?: string
repoType?: string
sourceVersion?: string