Method: PureCloud::UserStations.swagger_types

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

.swagger_typesObject

Attribute type mapping.



49
50
51
52
53
54
55
56
57
# File 'lib/purecloud/models/user_stations.rb', line 49

def self.swagger_types
  {
    :'associated_station' => :'UserStation',
    :'effective_station' => :'UserStation',
    :'default_station' => :'UserStation',
    :'last_associated_station' => :'UserStation'
    
  }
end