UserVotes
@objcMembers
@objc(GetSocialUserVotes)
public final class UserVotes : NSObject
Describe a vote created by a user.
-
User, who created the vote.
Declaration
Swift
public let user: User
-
List of votes.
Declaration
Swift
public let votes: [String]
-
Description.
Declaration
Swift
public override var description: String { get }