ListRemediationDeploymentsAtResourcePlainArgs

data class ListRemediationDeploymentsAtResourcePlainArgs(val remediationName: String, val resourceId: String, val top: Int? = null) : ConvertibleToJava<ListRemediationDeploymentsAtResourcePlainArgs>

Constructors

constructor(remediationName: String, resourceId: String, top: Int? = null)

Properties

Link copied to clipboard

The name of the remediation.

Link copied to clipboard

Resource ID.

Link copied to clipboard
val top: Int? = null

Maximum number of records to return.

Functions

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