Method: PureCloud::OrganizationCreate.attribute_map

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

.attribute_mapObject

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



41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# File 'lib/purecloud/models/organization_create.rb', line 41

def self.attribute_map
  {
    
    :'name' => :'name',
    
    :'admin_username' => :'adminUsername',
    
    :'admin_password' => :'adminPassword',
    
    :'domain' => :'domain',
    
    :'third_party_org_name' => :'thirdPartyOrgName',
    
    :'deletable' => :'deletable'
    
  }
end