Class: DropboxApi::Metadata::FileRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/metadata/file_request.rb

Overview

Example of a serialized FileRequest object:

{
    "id": "oaCAVmEyrqYnkZX9955Y",
    "url": "https://www.dropbox.com/request/oaCAVmEyrqYnkZX9955Y",
    "title": "Homework submission",
    "created": "2015-10-05T17:00:00Z",
    "is_open": true,
    "file_count": 3,
    "destination": "/File Requests/Homework",
    "deadline": {
        "deadline": "2020-10-12T17:00:00Z",
        "allow_late_uploads": {
            ".tag": "seven_days"
        }
    }
}

Method Summary

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base