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

    Interface ActionParameter

    Represents a parameter in an action's request schema or query params

    interface ActionParameter {
        type: string;
        subType?: string | null;
        required?: boolean;
        default?: any;
    }
    Index

    Properties

    type: string
    subType?: string | null
    required?: boolean
    default?: any