GetAppPlainArgs

data class GetAppPlainArgs(val appId: String, val dedicatedIps: List<GetAppDedicatedIp>? = null) : ConvertibleToJava<GetAppPlainArgs>

A collection of arguments for invoking getApp.

Constructors

Link copied to clipboard
constructor(appId: String, dedicatedIps: List<GetAppDedicatedIp>? = null)

Properties

Link copied to clipboard

The ID of the app to retrieve information about.

Link copied to clipboard

A list of dedicated egress IP addresses associated with the app.

Functions

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