Method: PureCloud::Workspace.swagger_types

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

.swagger_typesObject

Attribute type mapping.



82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/purecloud/models/workspace.rb', line 82

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'type' => :'String',
    :'is_current_user_workspace' => :'BOOLEAN',
    :'user' => :'UriReference',
    :'bucket' => :'String',
    :'date_created' => :'DateTime',
    :'date_modified' => :'DateTime',
    :'summary' => :'WorkspaceSummary',
    :'acl' => :'Array<String>',
    :'description' => :'String',
    :'self_uri' => :'String'
    
  }
end