qcs_api_client.models.user#

Module Contents#

Classes#

User

qcs_api_client.models.user.created_time#

Attributes#

T

qcs_api_client.models.user.T#
class qcs_api_client.models.user.User#
created_time#
Type

datetime.datetime

id#
Type

int

idp_id#
Type

str

profile#
Type

Union[Unset, UserProfile]

created_time :datetime.datetime#
id :int#
idp_id :str#
profile :Union[qcs_api_client.types.Unset, qcs_api_client.models.user_profile.UserProfile]#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#