GetAccountsListResponse
in package
Class GetLoginListResponse
Attributes
- #[Schema]
Table of Contents
Properties
- $count : int
- result count
- $debug : string|null
- $error : ErrorDescription|null
- errors list
- $result : array<string|int, UserAccount>|null
- array og logins
- $success : bool
- true if found errors
- $warnings : array<string|int, string>|null
- warnings list
Properties
$count
result count
public
int
$count
Attributes
- #[Property]
$debug
public
string|null
$debug
Attributes
- #[Property]
$error
errors list
public
ErrorDescription|null
$error
Attributes
- #[Property]
$result
array og logins
public
array<string|int, UserAccount>|null
$result
Attributes
- #[Property]
$success
true if found errors
public
bool
$success
Attributes
- #[Property]
$warnings
warnings list
public
array<string|int, string>|null
$warnings
Attributes
- #[Property]