Method: PureCloud::FlowConfigMetaData.swagger_types

Defined in:
lib/purecloud/models/flow_config_meta_data.rb

.swagger_typesObject

Attribute type mapping.



68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# File 'lib/purecloud/models/flow_config_meta_data.rb', line 68

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'config_state' => :'String',
    :'flow_type' => :'String',
    :'locked_by_user' => :'User',
    :'newest_published_version' => :'String',
    :'newest_version' => :'String',
    :'associated_workspaces' => :'Array<Workspace>',
    :'description' => :'String',
    :'has_draft' => :'BOOLEAN',
    :'self_uri' => :'String'
    
  }
end