Method: DocuSign_Maestro::WorkflowDefinitionMetadata.attribute_map

Defined in:
lib/docusign_maestro/models/workflow_definition_metadata.rb

.attribute_mapObject

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

[View source]

40
41
42
43
44
45
46
47
48
49
50
51
52
53
# File 'lib/docusign_maestro/models/workflow_definition_metadata.rb', line 40

def self.attribute_map
  {
    :'account_id' => :'accountId',
    :'created_date' => :'createdDate',
    :'id' => :'id',
    :'is_draft' => :'isDraft',
    :'last_deployed_id' => :'lastDeployedId',
    :'last_deployed_version' => :'lastDeployedVersion',
    :'last_updated_date' => :'lastUpdatedDate',
    :'name' => :'name',
    :'status' => :'status',
    :'trigger_url' => :'triggerUrl'
  }
end