Maximo API Client - v0.9.01
    Preparing search index...

    Interface OslcResponseInfo

    interface OslcResponseInfo {
        "oslc:totalCount": number;
        "oslc:pageSize": number;
        "oslc:nextPage"?: string;
        "oslc:previousPage"?: string;
    }
    Index

    Properties

    "oslc:totalCount": number
    "oslc:pageSize": number
    "oslc:nextPage"?: string
    "oslc:previousPage"?: string