TNEntityReviewUser

@objcMembers
open class TNEntityReviewUser : NSObject, Codable

Information of the review provider.

  • id

    Get user id.

    Declaration

    Swift

    public var id: String?
  • Get user nickname. (Optional)

    Declaration

    Swift

    public var nickname: String?