GetSpectrumApplicationsPlainArgs

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

A collection of arguments for invoking getSpectrumApplications.

Constructors

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

Properties

Link copied to clipboard
val direction: String? = null

Sets the direction by which results are ordered. Available values: "asc", "desc".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val order: String? = null

Application field by which results are ordered. Available values: "protocol", "appid", "createdon", "modified_on", "dns".

Link copied to clipboard

Zone identifier.

Functions

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