interface NestedResponse {
    errorCollection?: Version2.Version2Models.ErrorCollection;
    status?: number;
    warningCollection?: WarningCollection;
}

Properties

status?: number
warningCollection?: WarningCollection