You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
391 B

2 years ago
  1. # OpenapiClient::FileKey
  2. ## Properties
  3. | Name | Type | Description | Notes |
  4. | ---- | ---- | ----------- | ----- |
  5. | **count** | **Object** | | [optional] |
  6. | **fid** | **Object** | | [optional] |
  7. | **url** | **Object** | | [optional] |
  8. ## Example
  9. ```ruby
  10. require 'openapi_client'
  11. instance = OpenapiClient::FileKey.new(
  12. count: 10,
  13. fid: 3,01637037d6,
  14. url: 127.0.0.1:8080
  15. )
  16. ```