RequestedServiceQuotaChange class
Information about a quota increase request.
Constructors
- RequestedServiceQuotaChange({String? caseId, DateTime? created, double? desiredValue, bool? globalQuota, String? id, DateTime? lastUpdated, String? quotaArn, String? quotaCode, String? quotaName, String? requester, String? serviceCode, String? serviceName, RequestStatus? status, String? unit})
-
RequestedServiceQuotaChange.fromJson(Map<
String, dynamic> json) -
factory
Properties
- caseId → String?
-
The case ID.
final
- created → DateTime?
-
The date and time when the quota increase request was received and the case
ID was created.
final
- desiredValue → double?
-
The new, increased value for the quota.
final
- globalQuota → bool?
-
Indicates whether the quota is global.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier.
final
- lastUpdated → DateTime?
-
The date and time of the most recent change.
final
- quotaArn → String?
-
The Amazon Resource Name (ARN) of the quota.
final
- quotaCode → String?
-
The quota identifier.
final
- quotaName → String?
-
The quota name.
final
- requester → String?
-
The IAM identity of the requester.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceCode → String?
-
The service identifier.
final
- serviceName → String?
-
The service name.
final
- status → RequestStatus?
-
The state of the quota increase request.
final
- unit → String?
-
The unit of measurement.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited