RestoreTestingSelectionProtectedResourceConditions class

Constructors

RestoreTestingSelectionProtectedResourceConditions({Input<List<RestoreTestingSelectionProtectedResourceConditionsStringEqual>?>? stringEquals, Input<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqual>?>? stringNotEquals})
Creates a new RestoreTestingSelectionProtectedResourceConditions. stringEquals The list of string equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching.". See the structure for details stringNotEquals The list of string not equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching.". See the structure for details
const
RestoreTestingSelectionProtectedResourceConditions.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringEquals → Input<List<RestoreTestingSelectionProtectedResourceConditionsStringEqual>?>?
The list of string equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching.". See the structure for details
final
stringNotEquals → Input<List<RestoreTestingSelectionProtectedResourceConditionsStringNotEqual>?>?
The list of string not equals conditions for resource tags. Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching.". See the structure for details
final

Methods

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

Operators

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