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

    Type Alias PostEntityTransferData

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

    Properties

    Properties

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

    The entities to include in this transfer request.

    Type Declaration

    • entities: { linodes?: number[] }

      A collection of the entities 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/entity-transfers"