BlockedUserListQueryParams

@objc(SBDBlockedUserListQueryParams)
public final class BlockedUserListQueryParams : NSObject
extension BlockedUserListQueryParams: NSCopying

Undocumented

  • Sets the user IDs filter.

    Declaration

    Swift

    @objc
    public var userIdsFilter: [String]
  • Specifies the number of results to return per call. (Default: 20)

    Declaration

    Swift

    @objc
    public var limit: UInt
  • Default constructor.

    Declaration

    Swift

    public override init()
  • Initializes and returns a newly allocated params object that mutated through builder closure.

    Declaration

    Swift

    @objc
    public init(builder: (BlockedUserListQueryParams) -> Void)

    Parameters

    builder

    The builder closure.

    Return Value

    An initialized params object.

Equatable

  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool

NSCopying

  • Undocumented

    Declaration

    Swift

    public func copy(with zone: NSZone? = nil) -> Any