DataResponse

The response to a DataQuery.

Types

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

Properties

Link copied to clipboard

The Region or Availability Zone that's the destination for the data query. For example, eu-west-1.

Link copied to clipboard
val id: String?

The ID passed in the DataQuery.

Link copied to clipboard

The metric used for the network performance request.

Link copied to clipboard

A list of MetricPoint objects.

Link copied to clipboard

The period used for the network performance request.

Link copied to clipboard

The Region or Availability Zone that's the source for the data query. For example, us-east-1.

Link copied to clipboard

The statistic used for the network performance request.

Functions

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