Method: DocuSign_Maestro::WorkflowDefinitionMetadata.swagger_types

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

.swagger_typesObject

Attribute type mapping.

[View source]

56
57
58
59
60
61
62
63
64
65
66
67
68
69
# File 'lib/docusign_maestro/models/workflow_definition_metadata.rb', line 56

def self.swagger_types
  {
    :'account_id' => :'String',
    :'created_date' => :'DateTime',
    :'id' => :'String',
    :'is_draft' => :'BOOLEAN',
    :'last_deployed_id' => :'String',
    :'last_deployed_version' => :'String',
    :'last_updated_date' => :'DateTime',
    :'name' => :'String',
    :'status' => :'WorkflowMetadataStatus',
    :'trigger_url' => :'String'
  }
end