Logz Monitor Plan
data class LogzMonitorPlan(val billingCycle: String, val effectiveDate: String, val planId: String? = null, val usageType: String)
Constructors
Link copied to clipboard
fun LogzMonitorPlan(billingCycle: String, effectiveDate: String, planId: String? = null, usageType: String)