@mendix/extensions-api - v0.9.0
    Preparing search index...

    Interface ImportedWebService

    A unit is a container of elements, it can not contain other units.

    interface ImportedWebService {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "WebServices$ImportedWebService";
        $UnitID?: string;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        name: string;
        useMtom: boolean;
        wsdlDescription: null | WsdlDescription;
        wsdlUrl: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "WebServices$ImportedWebService"

    The type of the element.

    $UnitID?: string
    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    name: string
    useMtom: boolean
    wsdlDescription: null | WsdlDescription
    wsdlUrl: string