GetResourcePlainArgs

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

A collection of arguments for invoking getResource.

Constructors

Link copied to clipboard
constructor(path: String, restApiId: String)

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.

Functions

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