OrganizationResourcePropertiesOfferDetailArgs

data class OrganizationResourcePropertiesOfferDetailArgs(val id: Output<String>? = null, val planId: Output<String>? = null, val planName: Output<String>? = null, val publisherId: Output<String>? = null, val termUnit: Output<String>? = null) : ConvertibleToJava<OrganizationResourcePropertiesOfferDetailArgs>

Confluent offer detail

Constructors

constructor(id: Output<String>? = null, planId: Output<String>? = null, planName: Output<String>? = null, publisherId: Output<String>? = null, termUnit: Output<String>? = null)

Properties

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

Offer Id

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

Offer Plan Id

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

Offer Plan Name

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

Publisher Id

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

Offer Plan Term unit

Functions

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