class DropboxApi::Metadata::MemberAction

An action will be one of the following:

Example of a serialized {MemberAction} object:

“`json {

".tag": "leave_a_copy"

} “`

Constants

VALID_MEMBER_ACTIONS

Public Class Methods

valid_values() click to toggle source
# File lib/dropbox_api/metadata/member_action.rb, line 31
def self.valid_values
  VALID_MEMBER_ACTIONS
end