SubscriptionState class

Input properties used for looking up and filtering Subscription resources.

Constructors

SubscriptionState({Input<String?>? autoRenew, Input<bool?>? skipDestroy})
Creates a new SubscriptionState. autoRenew Toggle for automated renewal of the subscription. Valid values are ENABLED or DISABLED. Default is ENABLED. skipDestroy Skip attempting to disable automated renewal upon destruction. If set to true, the autoRenew value 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 ENABLED or DISABLED. Default is ENABLED.
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, the autoRenew value 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