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

    Interface AppDocType

    interface AppDocType {
        app?: string;
        doctype?: string;
        appdoctypeid?: number;
        isselected?: boolean;
        href?: string;
        "rdf:about"?: string;
        "dcterms:title"?: string;
        "dcterms:identifier"?: string;
        allowedactions?: AllowedActions;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    app?: string
    doctype?: string
    appdoctypeid?: number
    isselected?: boolean
    href?: string

    URI that identifies the resource

    "rdf:about"?: string
    "dcterms:title"?: string
    "dcterms:identifier"?: string
    allowedactions?: AllowedActions