GetEnterprisePlainArgs

data class GetEnterprisePlainArgs(val slug: String) : ConvertibleToJava<GetEnterprisePlainArgs>

A collection of arguments for invoking getEnterprise.

Constructors

Link copied to clipboard
constructor(slug: String)

Properties

Link copied to clipboard

The URL slug identifying the enterprise.

Functions

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