profile
Profile management for Datalayer SDK.
class Profile(data: dict[str, typing.Any]) -> None
Represents a user profile in the DataLayer SDK.
Parameters
-
data : dict[str, Any]
Dictionary containing profile data with keys.
__init__(data: dict[str, typing.Any]) -> None
Initialize a Profile object.
Parameters
-
data : dict[str, Any]
Dictionary containing profile data with keys.