# Petstore::File ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **source_uri** | **String** | Test capitalization | [optional] | ## Example ```ruby require 'petstore' instance = Petstore::File.new( source_uri: null ) ```