=begin #Files #Upload and manage files. The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Hubspot::Files::Files::ImportFromUrlInput # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ImportFromUrlInput' do before do # run before each test @instance = Hubspot::Files::Files::ImportFromUrlInput.new end after do # run after each test end describe 'test an instance of ImportFromUrlInput' do it 'should create an instance of ImportFromUrlInput' do expect(@instance).to be_instance_of(Hubspot::Files::Files::ImportFromUrlInput) end end describe 'test attribute "access"' 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', ["PUBLIC_INDEXABLE", "PUBLIC_NOT_INDEXABLE", "HIDDEN_INDEXABLE", "HIDDEN_NOT_INDEXABLE", "HIDDEN_PRIVATE", "PRIVATE"]) # validator.allowable_values.each do |value| # expect { @instance.access = value }.not_to raise_error # end end end describe 'test attribute "ttl"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "folder_id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "folder_path"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "duplicate_validation_strategy"' 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', ["NONE", "REJECT", "RETURN_EXISTING"]) # validator.allowable_values.each do |value| # expect { @instance.duplicate_validation_strategy = value }.not_to raise_error # end end end describe 'test attribute "duplicate_validation_scope"' 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', ["ENTIRE_PORTAL", "EXACT_FOLDER"]) # validator.allowable_values.each do |value| # expect { @instance.duplicate_validation_scope = value }.not_to raise_error # end end end describe 'test attribute "overwrite"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end