GetMinuteUsageResponse class

Constructors

GetMinuteUsageResponse({int? estimatedMinutesRemaining, bool? isReservedMinutesCustomer, int? totalReservedMinuteAllocation, int? totalScheduledMinutes, int? upcomingMinutesScheduled})
GetMinuteUsageResponse.fromJson(Map<String, dynamic> json)
factory

Properties

estimatedMinutesRemaining int?
Estimated number of minutes remaining for an account, specific to the month being requested.
final
hashCode int
The hash code for this object.
no setterinherited
isReservedMinutesCustomer bool?
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalReservedMinuteAllocation int?
Total number of reserved minutes allocated, specific to the month being requested.
final
totalScheduledMinutes int?
Total scheduled minutes for an account, specific to the month being requested.
final
upcomingMinutesScheduled int?
Upcoming minutes scheduled for an account, specific to the month being requested.
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