GetCloudConnectorPlainArgs

data class GetCloudConnectorPlainArgs(val connectorName: String, val expand: String? = null) : ConvertibleToJava<GetCloudConnectorPlainArgs>

Constructors

Link copied to clipboard
constructor(connectorName: String, expand: String? = null)

Properties

Link copied to clipboard

Connector Name.

Link copied to clipboard
val expand: String? = null

May be used to expand the collectionInfo property. By default, collectionInfo is not included.

Functions

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