GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration class
Expiration configs for the approval request.
Constructors
- GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration({String? expireTime, bool? liftWhenExpired, String? remindTime})
- GoogleCloudIntegrationsV1alphaSuspensionApprovalExpiration.fromJson(Map json_)
Properties
- expireTime ↔ String?
-
Time after which the suspension expires, if no action taken.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- liftWhenExpired ↔ bool?
-
Whether the suspension will be REJECTED or LIFTED upon expiration.
getter/setter pair
- remindTime ↔ String?
-
Time after the previous suspension action reminder, if any, is sent using
the selected notification option, for a suspension which is still
PENDING_UNSPECIFIED.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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