ConfigurationTag class
Tags for a configuration item. Tags are metadata that help you categorize IT assets.
Constructors
- ConfigurationTag.new({String? configurationId, ConfigurationItemType? configurationType, String? key, DateTime? timeOfCreation, String? value})
-
ConfigurationTag.fromJson(Map<
String, dynamic> json) -
factory
Properties
- configurationId → String?
-
The configuration ID for the item to tag. You can specify a list of keys and
values.
final
- configurationType → ConfigurationItemType?
-
A type of IT asset to tag.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String?
-
A type of tag on which to filter. For example, serverType.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeOfCreation → DateTime?
-
The time the configuration tag was created in Coordinated Universal Time
(UTC).
final
- value → String?
-
A value on which to filter. For example key = serverType and value
= web server.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited