ServiceTreeInfoArgs

data class ServiceTreeInfoArgs(val componentId: Output<String>? = null, val readiness: Output<Either<String, Readiness>>? = null, val serviceId: Output<String>? = null) : ConvertibleToJava<ServiceTreeInfoArgs>

Constructors

Link copied to clipboard
constructor(componentId: Output<String>? = null, readiness: Output<Either<String, Readiness>>? = null, serviceId: Output<String>? = null)

Properties

Link copied to clipboard
val componentId: Output<String>? = null
Link copied to clipboard
val readiness: Output<Either<String, Readiness>>? = null
Link copied to clipboard
val serviceId: Output<String>? = null

Functions

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