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

    Interface ResourceUpdateResponse<T>

    Type for resource update response Provides detailed information about the update operation

    interface ResourceUpdateResponse<T> {
        success: boolean;
        status: number;
        data?: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    success: boolean
    status: number
    data?: T