ApiPropertiesArgs

data class ApiPropertiesArgs(val serverVersion: Output<Either<String, ServerVersion>>? = null) : ConvertibleToJava<ApiPropertiesArgs>

Constructors

Link copied to clipboard
constructor(serverVersion: Output<Either<String, ServerVersion>>? = null)

Properties

Link copied to clipboard
val serverVersion: Output<Either<String, ServerVersion>>? = null

Describes the ServerVersion of an a MongoDB account.

Functions

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