ClusterLogsMessages

Properties

NameTypeDescriptionNotes

time

Time

[optional]

message

String

[optional]

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::ClusterLogsMessages.new(
  time: 2021-09-06T10:00:38.253+02:00,
  message: Hello World
)

Last updated