NuguUserInfo

public struct NuguUserInfo : Decodable

The NuguUserInfo is simple profile in NUGU

  • The active is indicates the NUGU’s activation status.

    Declaration

    Swift

    public let active: Bool
  • The username used by NUGU users

    Declaration

    Swift

    public let username: String?