Method: PureCloud::OAuthClient.attribute_map
- Defined in:
- lib/purecloud/models/o_auth_client.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/purecloud/models/o_auth_client.rb', line 32 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'access_token_validity_seconds' => :'accessTokenValiditySeconds', :'authorized_grant_types' => :'authorizedGrantTypes', :'description' => :'description', :'registered_redirect_uri' => :'registeredRedirectUri', :'secret' => :'secret', :'role_ids' => :'roleIds', :'self_uri' => :'selfUri' } end |