chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
ReportingApiEndpoint
Reporting
Api
Endpoint
@
Serializable
data
class
ReportingApiEndpoint
(
val
url
:
String
,
val
groupName
:
String
)
(
source
)
Official doc
Members
Constructors
Reporting
Api
Endpoint
Link copied to clipboard
constructor
(
url
:
String
,
groupName
:
String
)
Properties
group
Name
Link copied to clipboard
val
groupName
:
String
Name of the endpoint group.
url
Link copied to clipboard
val
url
:
String
The URL of the endpoint to which reports may be delivered.