Sha256: f124c4b679906d5a700372cb96a5f70e085aef9925b91564b3881de7b04a939a
Contents?: true
Size: 345 Bytes
Versions: 8
Compression:
Stored size: 345 Bytes
Contents
module DropboxApi::Metadata # Example of a serialized {SharedFolderPolicy} object: # # ```json # { # "acl_update_policy" => { ".tag" => "owner" }, # "shared_link_policy" => { ".tag" => "anyone" } # } # ``` class SharedFolderPolicy < Base field :acl_update_policy, Symbol field :shared_link_policy, Symbol end end
Version data entries
8 entries across 8 versions & 1 rubygems