Sha256: bdc7193587978b345ba8d449bb7a5d9c61ab97d5b2e34c80158fc49a8778193f
Contents?: true
Size: 395 Bytes
Versions: 43
Compression:
Stored size: 395 Bytes
Contents
# BundleFile ## Example BundleFile Object ``` { "download_uri": "", "path": "file.txt", "size": 1, "type": "file" } ``` * `download_uri` (string): Bundle file download URI * `path` (string): File path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. * `size` (int64): File size * `type` (string): Type of 'directory' or 'file'
Version data entries
43 entries across 43 versions & 1 rubygems