GetResourceContentParameter

@Serializable
data class GetResourceContentParameter(val frameId: String, val url: String)

Constructors

Link copied to clipboard
constructor(frameId: String, url: String)

Properties

Link copied to clipboard

Frame id to get resource for.

Link copied to clipboard
val url: String

URL of the resource to get content for.