GetResourceResult

data class GetResourceResult(val id: String, val parentId: String, val path: String, val pathPart: String, val restApiId: String)

A collection of values returned by getResource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Set to the ID of the parent Resource.

Link copied to clipboard
Link copied to clipboard

Set to the path relative to the parent Resource.

Link copied to clipboard