GetServicePlainArgs

data class GetServicePlainArgs(val applicationIdentifier: String, val environmentIdentifier: String, val serviceIdentifier: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
constructor(applicationIdentifier: String, environmentIdentifier: String, serviceIdentifier: String)

Properties

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard

The unique identifier of the environment.

Link copied to clipboard

The unique identifier of the service.

Functions

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