StorageUsage

Properties

NameTypeDescriptionNotes

bytes

Integer

updated_at

Time

[optional]

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::StorageUsage.new(
  bytes: null,
  updated_at: null
)

Last updated