ApiCall

class ApiCall

Contains information about an API call that was observed as part of an activity.

Types

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

Properties

Link copied to clipboard

The error code that was returned, if the API call failed.

Link copied to clipboard

The name of the API operation that was invoked.

Link copied to clipboard

The service that the API operation was invoked against.

Link copied to clipboard

User agent in the request to the API operation

Functions

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