BackupMetadata

Properties

NameTypeDescriptionNotes

created_date

Time

The ISO 8601 creation timestamp.

[optional]

state

[optional]

Example

require 'ionoscloud-dbaas-postgres'

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

Last updated