toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.outputs
/
ResourceReferenceResponse
Resource
Reference
Response
data
class
ResourceReferenceResponse
(
val
id
:
String
?
=
null
,
val
name
:
String
,
val
type
:
String
)
The resource reference.
Members
Constructors
Resource
Reference
Response
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
name
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
The resource id.
name
Link copied to clipboard
val
name
:
String
Gets the resource name.
type
Link copied to clipboard
val
type
:
String
Gets the resource type.