GetContentScanningExpressionsPlainArgs

data class GetContentScanningExpressionsPlainArgs(val maxItems: Int? = null, val zoneId: String) : ConvertibleToJava<GetContentScanningExpressionsPlainArgs>

A collection of arguments for invoking getContentScanningExpressions.

Constructors

Link copied to clipboard
constructor(maxItems: Int? = null, zoneId: String)

Properties

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

Defines an identifier.

Functions

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