GetApiShieldSchemaPlainArgs

data class GetApiShieldSchemaPlainArgs(val omitSource: Boolean? = null, val schemaId: String, val zoneId: String) : ConvertibleToJava<GetApiShieldSchemaPlainArgs>

A collection of arguments for invoking getApiShieldSchema.

Constructors

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

Properties

Link copied to clipboard
val omitSource: Boolean? = null

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

Link copied to clipboard
Link copied to clipboard

Identifier.

Functions

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