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

    Interface ConsumedRestService

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

    interface ConsumedRestService {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Rest$ConsumedRestService";
        $UnitID?: string;
        authenticationScheme: AuthenticationScheme | null;
        baseUrl: ValueTemplate;
        baseUrlParameter: RestParameter | null;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        name: string;
        openApiFile: OpenApiFile | null;
        operations: RestOperation[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Rest$ConsumedRestService"

    The type of the element.

    $UnitID?: string
    authenticationScheme: AuthenticationScheme | null
    baseUrl: ValueTemplate
    baseUrlParameter: RestParameter | null
    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    name: string
    openApiFile: OpenApiFile | null
    operations: RestOperation[]