Users

public struct Users : Codable, Equatable, FunctionResult

Represents a list of users

  • Approximate total count of users found

    Declaration

    Swift

    public let totalCount: Int32
  • A list of user identifiers

    Declaration

    Swift

    public let userIds: [Int32]
  • Represents a list of users

    Declaration

    Swift

    public init(totalCount: Int32, userIds: [Int32])

    Parameters

    totalCount

    Approximate total count of users found

    userIds

    A list of user identifiers