GetApplicationBusinessProcessDevelopmentArtifactPlainArgs

data class GetApplicationBusinessProcessDevelopmentArtifactPlainArgs(val applicationName: String, val name: String, val resourceGroupName: String, val spaceName: String) : ConvertibleToJava<GetApplicationBusinessProcessDevelopmentArtifactPlainArgs>

Constructors

constructor(applicationName: String, name: String, resourceGroupName: String, spaceName: String)

Properties

Link copied to clipboard

The name of the Application

Link copied to clipboard

The name of the business process development artifact.

Link copied to clipboard

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

Link copied to clipboard

The name of the space

Functions

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