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

BackupMetadata

Properties

Name
Type
Description
Notes

created_date

Time

The ISO 8601 creation timestamp.

[optional]

state

State

[optional]

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::BackupMetadata.new(
  created_date: 2020-12-10T13:37:50+01:00,
  state: null
)
PreviousBackupLocationNextBackupResponse

Last updated 3 years ago