Method: DocuSign_eSign::Workspace.attribute_map
- Defined in:
- lib/docusign_esign/models/workspace.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/docusign_esign/models/workspace.rb', line 57 def self.attribute_map { :'billable_account_id' => :'billableAccountId', :'caller_information' => :'callerInformation', :'created' => :'created', :'created_by_information' => :'createdByInformation', :'last_modified' => :'lastModified', :'last_modified_by_information' => :'lastModifiedByInformation', :'settings' => :'settings', :'status' => :'status', :'workspace_base_url' => :'workspaceBaseUrl', :'workspace_description' => :'workspaceDescription', :'workspace_id' => :'workspaceId', :'workspace_name' => :'workspaceName', :'workspace_uri' => :'workspaceUri' } end |