DescribeBandwidthRateLimitOutput class

A JSON object containing the following fields:

Constructors

DescribeBandwidthRateLimitOutput({int? averageDownloadRateLimitInBitsPerSec, int? averageUploadRateLimitInBitsPerSec, String? gatewayARN})
DescribeBandwidthRateLimitOutput.fromJson(Map<String, dynamic> json)
factory

Properties

averageDownloadRateLimitInBitsPerSec int?
The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.
final
averageUploadRateLimitInBitsPerSec int?
The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.
final
gatewayARN String?
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