@akamai/openapi-ts
Preparing search index...
types.gen
GetBackupData
Type Alias GetBackupData
type
GetBackupData
=
{
body
?:
never
;
path
:
{
backupId
:
number
;
linodeId
:
number
}
;
query
?:
never
;
url
:
"linode/instances/{linodeId}/backups/{backupId}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
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.
Optional
query
query
?:
never
url
url
:
"linode/instances/{linodeId}/backups/{backupId}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The ID of the Backup to look up.