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

    Type Alias GetLinodeTransferByYearMonthData

    type GetLinodeTransferByYearMonthData = {
        body?: never;
        path: { linodeId: number; month: number; year: number };
        query?: never;
        url: "linode/instances/{linodeId}/transfer/{year}/{month}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { linodeId: number; month: number; year: number }

    Type Declaration

    • linodeId: number

      ID of the Linode to look up.

    • month: number

      Numeric value representing the month to look up.

    • year: number

      Numeric value representing the year to look up.

    query?: never
    url: "linode/instances/{linodeId}/transfer/{year}/{month}"