GetServiceTaskPlainArgs

data class GetServiceTaskPlainArgs(val expand: String? = null, val groupName: String, val serviceName: String, val taskName: String) : ConvertibleToJava<GetServiceTaskPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, groupName: String, serviceName: String, taskName: String)

Properties

Link copied to clipboard
val expand: String? = null

Expand the response

Link copied to clipboard

Name of the resource group

Link copied to clipboard

Name of the service

Link copied to clipboard

Name of the Task

Functions

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