GetIpInfoPlainArgs

data class GetIpInfoPlainArgs(val ip: String) : ConvertibleToJava<GetIpInfoPlainArgs>

A collection of arguments for invoking getIpInfo.

Constructors

Link copied to clipboard
constructor(ip: String)

Properties

Link copied to clipboard
val ip: String

Specify IP address.

Functions

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