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

    Interface SigOptFlag

    interface SigOptFlag {
        sigoptflagid?: number;
        optionname?: string;
        app?: string;
        flagname?: string;
        value?: string;
        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

    sigoptflagid?: number
    optionname?: string
    app?: string
    flagname?: string
    value?: string
    href?: string

    URI that identifies the resource

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