Method: ArtikCloud::Token.attribute_map

Defined in:
lib/artikcloud/models/token.rb

.attribute_mapObject

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



27
28
29
30
31
32
33
34
# File 'lib/artikcloud/models/token.rb', line 27

def self.attribute_map
  {
    :'access_token' => :'access_token',
    :'expires_in' => :'expires_in',
    :'scope' => :'scope',
    :'token_type' => :'token_type'
  }
end