LogoLogo
User GuidesDeveloper ReferenceSupportFAQLog in
  • Introduction
  • Changelog
  • API
    • BackupsApi
    • ClustersApi
    • LogsApi
    • MetadataApi
    • RestoresApi
  • Models
    • APIVersion
    • BackupLocation
    • BackupMetadata
    • BackupResponse
    • ClusterBackup
    • ClusterBackupList
    • ClusterBackupListAllOf
    • ClusterList
    • ClusterListAllOf
    • ClusterLogs
    • ClusterLogsInstances
    • ClusterLogsMessages
    • ClusterProperties
    • ClusterResponse
    • Connection
    • CreateClusterProperties
    • CreateClusterRequest
    • CreateRestoreRequest
    • DBUser
    • DayOfTheWeek
    • ErrorMessage
    • ErrorResponse
    • Location
    • MaintenanceWindow
    • Metadata
    • Pagination
    • PaginationLinks
    • PatchClusterProperties
    • PatchClusterRequest
    • PostgresVersionList
    • PostgresVersionListData
    • ResourceType
    • State
    • StorageType
    • SynchronizationMode
On this page
  • Properties
  • Example
  1. Models

BackupResponse

Properties

Name
Type
Description
Notes

type

ResourceType

[optional]

id

String

The unique ID of the resource.

[optional]

metadata

BackupMetadata

[optional]

properties

ClusterBackup

[optional]

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::BackupResponse.new(
  type: backup,
  id: 498ae72f-411f-11eb-9d07-046c59cc737e,
  metadata: null,
  properties: null
)
PreviousBackupMetadataNextClusterBackup

Last updated 2 years ago