SubscriptionState class
Input properties used for looking up and filtering Subscription resources.
Constructors
-
SubscriptionState({Input<
String?> ? autoRenew, Input<bool?> ? skipDestroy}) -
Creates a new SubscriptionState.
autoRenewToggle for automated renewal of the subscription. Valid values areENABLEDorDISABLED. Default isENABLED.skipDestroySkip attempting to disable automated renewal upon destruction. If set totrue, theautoRenewvalue will be left as-is and the resource will simply be removed from state.const -
SubscriptionState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
autoRenew
→ Input<
String?> ? -
Toggle for automated renewal of the subscription. Valid values are
ENABLEDorDISABLED. Default isENABLED.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
skipDestroy
→ Input<
bool?> ? -
Skip attempting to disable automated renewal upon destruction. If set to
true, theautoRenewvalue will be left as-is and the resource will simply be removed from state.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