Method: DocuSign_eSign::WorkspaceUserAuthorization.attribute_map

Defined in:
lib/docusign_esign/models/workspace_user_authorization.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# File 'lib/docusign_esign/models/workspace_user_authorization.rb', line 51

def self.attribute_map
  {
    :'can_delete' => :'canDelete',
    :'can_move' => :'canMove',
    :'can_transact' => :'canTransact',
    :'can_view' => :'canView',
    :'created' => :'created',
    :'created_by_id' => :'createdById',
    :'error_details' => :'errorDetails',
    :'modified' => :'modified',
    :'modified_by_id' => :'modifiedById',
    :'workspace_user_id' => :'workspaceUserId',
    :'workspace_user_information' => :'workspaceUserInformation'
  }
end