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.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/purecloud/models/o_auth_client.rb', line 48 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'access_token_validity_seconds' => :'accessTokenValiditySeconds', :'description' => :'description', :'registered_redirect_uri' => :'registeredRedirectUri', :'secret' => :'secret', :'role_ids' => :'roleIds', :'authorized_grant_type' => :'authorizedGrantType', :'self_uri' => :'selfUri' } end |