rebrickable.api.models.users_token_response module

The version of the OpenAPI document: Generated by: https://openapi-generator.tech

class rebrickable.api.models.users_token_response.UsersTokenResponse(user_token=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'user_token': 'user_token'}
openapi_types = {'user_token': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property user_token

Gets the user_token of this UsersTokenResponse. # noqa: E501

Returns

The user_token of this UsersTokenResponse. # noqa: E501

Return type

str