chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network.events
/
NetworkEvent
/
ReportingApiEndpointsChangedForOrigin
Reporting
Api
Endpoints
Changed
For
Origin
@
Serializable
data
class
ReportingApiEndpointsChangedForOrigin
(
val
origin
:
String
,
val
endpoints
:
List
<
ReportingApiEndpoint
>
)
:
NetworkEvent
(
source
)
Official doc
Members
Constructors
Reporting
Api
Endpoints
Changed
For
Origin
Link copied to clipboard
constructor
(
origin
:
String
,
endpoints
:
List
<
ReportingApiEndpoint
>
)
Properties
endpoints
Link copied to clipboard
val
endpoints
:
List
<
ReportingApiEndpoint
>
origin
Link copied to clipboard
val
origin
:
String
Origin of the document(s) which configured the endpoints.