GetSnowballUsageResult class

Constructors

GetSnowballUsageResult({int? snowballLimit, int? snowballsInUse})
GetSnowballUsageResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snowballLimit int?
The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).
final
snowballsInUse int?
The number of Snow devices that this account is currently using.
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