ResourceChangeDetail class
Information about a change to a resource attribute.
Constructors
- ResourceChangeDetail({String? causingEntity, EvaluationType? evaluation, ResourceTargetDefinition? target})
-
ResourceChangeDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- causingEntity → String?
-
The ID of the entity that caused the change.
final
- evaluation → EvaluationType?
-
For static evaluations, the value of the resource attribute will change and
the new value is known. For dynamic evaluations, the value might change, and
any new value will be determined when the plan is updated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → ResourceTargetDefinition?
-
Information about the resource attribute to be modified.
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