BillingDetails

An object that describes workflow billing details.

Types

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

Properties

Link copied to clipboard

Billed duration of your workflow, in milliseconds.

Link copied to clipboard

Billed memory consumption of your workflow, in MB.

Functions

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