GetFilePlainArgs

data class GetFilePlainArgs(val fileName: String, val groupName: String, val projectName: String, val serviceName: String) : ConvertibleToJava<GetFilePlainArgs>

Constructors

Link copied to clipboard
constructor(fileName: String, groupName: String, projectName: String, serviceName: String)

Properties

Link copied to clipboard

Name of the File

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

Functions

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