GetSpectrumApplicationsInvokeResult

data class GetSpectrumApplicationsInvokeResult(val direction: String, val id: String, val maxItems: Int? = null, val order: String, val results: List<GetSpectrumApplicationsResult>, val zoneId: String)

A collection of values returned by getSpectrumApplications.

Constructors

Link copied to clipboard
constructor(direction: String, id: String, maxItems: Int? = null, order: String, results: List<GetSpectrumApplicationsResult>, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

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

Link copied to clipboard

The items returned by the data source

Link copied to clipboard

Zone identifier.