ViewBillingResponse class
The ViewBilling response includes the following elements.
Constructors
-
ViewBillingResponse({List<
BillingRecord> ? billingRecords, String? nextPageMarker}) -
ViewBillingResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
billingRecords
→ List<
BillingRecord> ? -
A summary of billing records.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageMarker → String?
-
If there are more billing records than you specified for
MaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.final - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited