ResourceDrift class

A resource drift represents a drift to a resource in the state file.

Constructors

ResourceDrift.new({String? name, List<PropertyDrift>? propertyDrifts, ResourceDriftTerraformInfo? terraformInfo})
ResourceDrift.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
propertyDrifts List<PropertyDrift>?
The property drifts of the resource drift.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terraformInfo ResourceDriftTerraformInfo?
Terraform info of the resource drift.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited