MonitorPlan

data class MonitorPlan(val billingCycle: String? = null, val effectiveDate: String? = null, val plan: String, val usageType: String? = null)

Constructors

Link copied to clipboard
constructor(billingCycle: String? = null, effectiveDate: String? = null, plan: String, usageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val billingCycle: String? = null

Different billing cycles. Possible values are MONTHLY and WEEKLY.

Link copied to clipboard
val effectiveDate: String? = null

Date when plan was applied.

Link copied to clipboard

Plan id as published by Dynatrace.

Link copied to clipboard
val usageType: String? = null

Different usage type. Possible values are PAYG and COMMITTED.