GetRequestPostDataRequest

@Serializable
data class GetRequestPostDataRequest(val requestId: RequestId)

Request object containing input parameters for the NetworkDomain.getRequestPostData command.

Constructors

Link copied to clipboard
constructor(requestId: RequestId)

Properties

Link copied to clipboard

Identifier of the network request to get content for.