GetRestApiResult

data class GetRestApiResult(val body: String, val code: Int, val endpoint: String, val headers: String, val id: String, val status: String)

A collection of values returned by getRestApi.

Constructors

Link copied to clipboard
constructor(body: String, code: Int, endpoint: String, headers: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A JSON string containing response body.

Link copied to clipboard
val code: Int

A response status code.

Link copied to clipboard
Link copied to clipboard

A JSON string containing response headers.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A response status string.