ApiErrorResponse

Properties

NameTypeDescriptionNotes

http_status

Integer

messages

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::ApiErrorResponse.new(
  http_status: 400,
  messages: null
)

Last updated