# UltracartClient::FileManagerPage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **current_storefront_fs_directory_oid** | **Integer** | | [optional] | | **hostname** | **String** | | [optional] | | **parent_storefront_fs_directory_oid** | **Integer** | | [optional] | | **path** | **String** | | [optional] | | **storefront_oid** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::FileManagerPage.new( current_storefront_fs_directory_oid: null, hostname: null, parent_storefront_fs_directory_oid: null, path: null, storefront_oid: null ) ```