interface GitPushSearchCriteria {
    fromDate?: Date;
    includeLinks?: boolean;
    includeRefUpdates?: boolean;
    pusherId?: string;
    refName?: string;
    toDate?: Date;
}

Properties

fromDate?: Date
includeLinks?: boolean

Whether to include the _links field on the shallow references

includeRefUpdates?: boolean
pusherId?: string
refName?: string
toDate?: Date