StaticFetchResponse
@Serializable
Constructors
Link copied to clipboard
constructor(kind: String = "static-fetch-response", protocolVersion: Int = PLUGIN_JVM_PROTOCOL_VERSION, pluginId: String, generation: Long, timestamp: Long, messageId: String, correlationId: String, status: Int, headers: Map<String, List<String>> = emptyMap(), bodyBase64: String? = null, errorMessage: String? = null)