toggle menu
chrome-devtools-kotlin
5.13.0-1266816
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.fedcm
/
OpenUrlRequest
Open
Url
Request
@
Serializable
data
class
OpenUrlRequest
(
val
dialogId
:
String
,
val
accountIndex
:
Int
,
val
accountUrlType
:
AccountUrlType
)
Request object containing input parameters for the
FedCmDomain.openUrl
command.
Members
Constructors
Open
Url
Request
Link copied to clipboard
constructor
(
dialogId
:
String
,
accountIndex
:
Int
,
accountUrlType
:
AccountUrlType
)
Properties
account
Index
Link copied to clipboard
val
accountIndex
:
Int
account
Url
Type
Link copied to clipboard
val
accountUrlType
:
AccountUrlType
dialog
Id
Link copied to clipboard
val
dialogId
:
String