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

    Type Alias GetBackupData

    type GetBackupData = {
        body?: never;
        path: { backupId: number; linodeId: number };
        query?: never;
        url: "linode/instances/{linodeId}/backups/{backupId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { backupId: number; linodeId: number }

    Type Declaration

    • backupId: number

      The ID of the Backup to look up.

    • linodeId: number

      The ID of the Linode the Backup belongs to.

    query?: never
    url: "linode/instances/{linodeId}/backups/{backupId}"