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

    Interface AutoScriptVars

    Interface representing variables for an automation script

    interface AutoScriptVars {
        accessflag?: number;
        allowoverride?: string;
        autoscript: string;
        autoscriptvarsid?: number;
        description?: string;
        literaldatatype?: string;
        varbindingtype?: string;
        varname?: string;
        vartype?: string;
    }
    Index

    Properties

    accessflag?: number

    Access flag for the variable

    allowoverride?: string

    Whether the variable can be overridden (Y/N)

    autoscript: string

    Reference to parent automation script

    autoscriptvarsid?: number

    Unique identifier for the script variable

    description?: string

    Description of the variable

    literaldatatype?: string

    Data type for literal values

    varbindingtype?: string

    Type of variable binding

    varname?: string

    Name of the variable

    vartype?: string

    Type of the variable