# OpenapiClient::FileKey ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **count** | **Object** | | [optional] | | **fid** | **Object** | | [optional] | | **url** | **Object** | | [optional] | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::FileKey.new( count: 10, fid: 3,01637037d6, url: 127.0.0.1:8080 ) ```