ApiRequestBody

The request body to provide for the API request, as the agent elicited from the user.

This data type is used in the following API operations:

Types

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

Properties

Link copied to clipboard

The content of the request body. The key of the object in this field is a media type defining the format of the request body.

Functions

Link copied to clipboard
inline fun copy(block: ApiRequestBody.Builder.() -> Unit = {}): ApiRequestBody
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