GetApiShieldSchemasPlainArgs

data class GetApiShieldSchemasPlainArgs(val maxItems: Int? = null, val omitSource: Boolean? = null, val validationEnabled: Boolean? = null, val zoneId: String) : ConvertibleToJava<GetApiShieldSchemasPlainArgs>

A collection of arguments for invoking getApiShieldSchemas.

Constructors

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

Properties

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val omitSource: Boolean? = null

Omit the source-files of schemas and only retrieve their meta-data.

Link copied to clipboard

Flag whether schema is enabled for validation.

Link copied to clipboard

Identifier.

Functions

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