@akamai/openapi-ts
    Preparing search index...

    Type Alias PostServiceTransferData

    type PostServiceTransferData = {
        body?: { entities: { linodes?: number[] } };
        path?: never;
        query?: never;
        url: "account/service-transfers";
    }
    Index

    Properties

    Properties

    body?: { entities: { linodes?: number[] } }

    The services to include in this transfer request.

    Type Declaration

    • entities: { linodes?: number[] }

      A collection of the services to include in this transfer request, separated by type.

      • Optionallinodes?: number[]

        An array containing the IDs of each of the Linodes included in this transfer.

    path?: never
    query?: never
    url: "account/service-transfers"