toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Tag
Response
Link copied to clipboard
constructor
(
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.