GetServicePlainArgs

data class GetServicePlainArgs(val location: String, val project: String? = null, val serviceId: String) : ConvertibleToJava<GetServicePlainArgs>

Constructors

Link copied to clipboard
fun GetServicePlainArgs(location: String, project: String? = null, serviceId: String)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard