PlanDataArgs

data class PlanDataArgs(val billingCycle: Output<String>? = null, val effectiveDate: Output<String>? = null, val planDetails: Output<String>? = null, val usageType: Output<String>? = null) : ConvertibleToJava<PlanDataArgs>

Constructors

Link copied to clipboard
constructor(billingCycle: Output<String>? = null, effectiveDate: Output<String>? = null, planDetails: Output<String>? = null, usageType: Output<String>? = null)

Properties

Link copied to clipboard
val billingCycle: Output<String>? = null

different billing cycles like MONTHLY/WEEKLY. this could be enum

Link copied to clipboard
val effectiveDate: Output<String>? = null

date when plan was applied

Link copied to clipboard
val planDetails: Output<String>? = null

plan id as published by Logz

Link copied to clipboard
val usageType: Output<String>? = null

different usage type like PAYG/COMMITTED. this could be enum

Functions

Link copied to clipboard
open override fun toJava(): PlanDataArgs