=begin #CLOUD API #IONOS Enterprise-grade Infrastructure as a Service (IaaS) solutions can be managed through the Cloud API, in addition or as an alternative to the \"Data Center Designer\" (DCD) browser-based tool. Both methods employ consistent concepts and features, deliver similar power and flexibility, and can be used to perform a multitude of management tasks, including adding servers, volumes, configuring networks, and so on. The version of the OpenAPI document: 6.0-SDK.3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for Ionoscloud::RequestStatusMetadata # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Ionoscloud::RequestStatusMetadata do let(:instance) { Ionoscloud::RequestStatusMetadata.new } describe 'test an instance of RequestStatusMetadata' do it 'should create an instance of RequestStatusMetadata' do expect(instance).to be_instance_of(Ionoscloud::RequestStatusMetadata) end end describe 'test attribute "status"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["QUEUED", "RUNNING", "DONE", "FAILED"]) # validator.allowable_values.each do |value| # expect { instance.status = value }.not_to raise_error # end end end describe 'test attribute "message"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "etag"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "targets"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end