GetApiShieldOperationPlainArgs

data class GetApiShieldOperationPlainArgs(val feature: List<String>? = null, val filter: GetApiShieldOperationFilter? = null, val operationId: String? = null, val zoneId: String) : ConvertibleToJava<GetApiShieldOperationPlainArgs>

A collection of arguments for invoking getApiShieldOperation.

Constructors

Link copied to clipboard
constructor(feature: List<String>? = null, filter: GetApiShieldOperationFilter? = null, operationId: String? = null, zoneId: String)

Properties

Link copied to clipboard
val feature: List<String>? = null

Add feature(s) to the results. The feature name that is given here corresponds to the resulting feature object. Have a look at the top-level object description for more details on the specific meaning.

Link copied to clipboard
Link copied to clipboard
val operationId: String? = null

UUID.

Link copied to clipboard

Identifier.

Functions

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