GetServiceProfilePlainArgs

data class GetServiceProfilePlainArgs(val id: String) : ConvertibleToJava<GetServiceProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Service profile Id. Returned after successful create.

Functions

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