=begin
#Network Storage API
#Create, list, edit, and delete storage networks with the Network Storage API. Use storage networks to expand storage capacity on a private network.
Knowledge base articles to help you can be found here
All URLs are relative to (https://api.phoenixnap.com/network-storage/v1/)
The version of the OpenAPI document: 1.0
Contact: support@phoenixnap.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0
=end
require 'spec_helper'
require 'json'
require 'date'
# Unit tests for NetworkStorageApi::PermissionsCreate
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe NetworkStorageApi::PermissionsCreate do
let(:instance) { NetworkStorageApi::PermissionsCreate.new }
describe 'test an instance of PermissionsCreate' do
it 'should create an instance of PermissionsCreate' do
# uncomment below to test the instance creation
#expect(instance).to be_instance_of(NetworkStorageApi::PermissionsCreate)
end
end
describe 'test attribute "nfs"' do
it 'should work' do
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
end
end
end