ListGatewaysOutput class

Constructors

ListGatewaysOutput({List<GatewayInfo>? gateways, String? marker})
ListGatewaysOutput.fromJson(Map<String, dynamic> json)
factory

Properties

gateways List<GatewayInfo>?
An array of GatewayInfo objects.
final
hashCode int
The hash code for this object.
no setterinherited
marker String?
Use the marker in your next request to fetch the next set of gateways in the list. If there are no more gateways to list, this field does not appear in the response.
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