PollVoterListQueryParams
@objc(SBDPollVoterListQueryParams)
public final class PollVoterListQueryParams : NSObject
This object is used when calling voterList query.
Since
4.1.0-
Poll ID
Declaration
Swift
@objc public var pollId: Int64
-
Poll option ID
Declaration
Swift
@objc public var pollOptionId: Int64
-
Type of the channel where the poll exists in
Declaration
Swift
@objc public var channelType: ChannelType
-
URL of the channel containing the poll
Declaration
Swift
@objc public var channelURL: String
-
Maximum value when fetching poll list
default
: limit : 20
Declaration
Swift
@objc public var limit: UInt
-
Undocumented
Declaration
Swift
public override init()
-
Undocumented
Declaration
Swift
@objc public init(builder: (PollVoterListQueryParams) -> Void)