Parameters
struct Parameters : Codable
The RetrieveSubusers.Parameters
struct holds all the parameters that
can be used in the RetrieveSubusers
call.
-
The page range to retrieve.
Declaration
Swift
public var page: Page?
-
A specific username to search for.
Declaration
Swift
public var username: String?
-
Initializes the struct.
Declaration
Swift
public init(page: Page? = nil, username: String? = nil)
Parameters
page
The page range to retrieve.
username
A specific username to search for.