ApplicationParameter.NetworkIP

API: Internal/Beta

An input parameter which accepts an IP address

data class NetworkIP(
    val name: String?,
    val title: String?,
    val description: String?,
    val defaultValue: Any?,
    val optional: Boolean,
    val type: String /* "network_ip" */,
)

Compatible with: AppParameterValue.Network

Properties
name: String?
title: String?
description: String?
defaultValue: Any?
optional: Boolean
type: String /* "network_ip" */ The type discriminator

API: Stable