GetHttpNamespacePlainArgs

data class GetHttpNamespacePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetHttpNamespacePlainArgs>

A collection of arguments for invoking getHttpNamespace.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the http namespace.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Functions

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