Stream Chat Unreal SDK
|
#/components/schemas/UserObjectRequest More...
#include <UserObjectRequestDto.h>
Public Member Functions | |
FUserObjectRequestDto (const FUserDto &UserDto) | |
![]() | |
FUserDto (const FString &Id, const FDateTime &BanExpires=FDateTime{0}, const bool bBanned=false, const bool bInvisible=false, const FString &Language={}, const FDateTime &RevokeTokensIssuedBefore=FDateTime{0}, const FString &Role={}, const TArray< FString > &Teams={}, const FAdditionalFields &AdditionalFields={}) | |
Additional Inherited Members | |
![]() | |
FString | Id |
Unique user identifier. | |
FDateTime | BanExpires = FDateTime{0} |
Expiration date of the ban. | |
bool | bBanned = false |
Whether a user is banned or not. | |
bool | bInvisible = false |
Whether a user should appear online or not. | |
FString | Language |
Preferred language of a user. | |
FDateTime | RevokeTokensIssuedBefore = FDateTime{0} |
Revocation date for tokens. | |
FString | Role |
Determines the set of user permissions. | |
TArray< FString > | Teams |
List of teams user is a part of. | |
FAdditionalFields | AdditionalFields |
#/components/schemas/UserObjectRequest