BillingDetails class

An object that describes workflow billing details.

Constructors

BillingDetails({int? billedDurationInMilliseconds, int? billedMemoryUsedInMB})
BillingDetails.fromJson(Map<String, dynamic> json)
factory

Properties

billedDurationInMilliseconds int?
Billed duration of your workflow, in milliseconds.
final
billedMemoryUsedInMB int?
Billed memory consumption of your workflow, in MB.
final
hashCode int
The hash code for this object.
no setterinherited
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