InspectionDataRequest

Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String?

The request body for the HTTP request.

Link copied to clipboard

The request headers associated with the HTTP request.

Link copied to clipboard

The HTTP method used for the HTTP request.

Link copied to clipboard

The protocol used to make the HTTP request.

Link copied to clipboard
val url: String?

The API endpoint used for the HTTP request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String