Comment on page
BackupResponse
Name | Type | Description | Notes |
---|---|---|---|
type | | [optional] | |
id | String | The unique ID of the resource. | [optional] |
metadata | | [optional] | |
properties | | [optional] |
require 'ionoscloud-dbaas-postgres'
instance = IonoscloudDbaasPostgres::BackupResponse.new(
type: backup,
id: 498ae72f-411f-11eb-9d07-046c59cc737e,
metadata: null,
properties: null
)
Last modified 8mo ago