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

    Interface ReportDescriptor

    Descriptor for a BIRT report available for a resource

    interface ReportDescriptor {
        reportname: string;
        description: string;
        genreport: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    reportname: string
    description: string
    genreport: string