Method: PureCloud::WorkspaceCreate.attribute_map

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

.attribute_mapObject

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



29
30
31
32
33
34
35
36
37
38
39
# File 'lib/purecloud/models/workspace_create.rb', line 29

def self.attribute_map
  {
    
    :'name' => :'name',
    
    :'bucket' => :'bucket',
    
    :'description' => :'description'
    
  }
end