GetResourcePlainArgs

data class GetResourcePlainArgs(val path: String, val restApiId: String) : ConvertibleToJava<GetResourcePlainArgs>

A collection of arguments for invoking getResource.

Constructors

Link copied to clipboard
fun GetResourcePlainArgs(path: String, restApiId: String)

Functions

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

Properties

Link copied to clipboard

Full path of the resource. If no path is found, an error will be returned.

Link copied to clipboard

REST API id that owns the resource. If no REST API is found, an error will be returned.