ListGeodataByIpPlainArgs

data class ListGeodataByIpPlainArgs(val enrichmentType: String, val ipAddress: String? = null, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<ListGeodataByIpPlainArgs>

Constructors

Link copied to clipboard
constructor(enrichmentType: String, ipAddress: String? = null, resourceGroupName: String, workspaceName: String)

Properties

Link copied to clipboard

Enrichment type

Link copied to clipboard
val ipAddress: String? = null

The dotted-decimal or colon-separated string representation of the IP address

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the workspace.

Functions

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