GetTaskPlainArgs

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

Constructors

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

Functions

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

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 project

Link copied to clipboard

Name of the service

Link copied to clipboard

Name of the Task