ApiErrorResponse
Properties
Name
Type
Description
Notes
http_status
Integer
Example
require 'ionoscloud-container-registry'
instance = IonoscloudContainerRegistry::ApiErrorResponse.new(
http_status: 400,
messages: null
)
Last updated