pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.operationalinsights.kotlin.outputs
/
TagResponse
Tag
Response
data
class
TagResponse
(
val
name
:
String
,
val
value
:
String
)
A tag of a saved search.
Types
Constructors
Properties
Constructors
Tag
Response
Link copied to clipboard
fun
TagResponse
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The tag name.
value
Link copied to clipboard
val
value
:
String
The tag value.