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