DescribeHomeRegionControlsResult class

Constructors

DescribeHomeRegionControlsResult({List<HomeRegionControl>? homeRegionControls, String? nextToken})
DescribeHomeRegionControlsResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
homeRegionControls List<HomeRegionControl>?
An array that contains your HomeRegionControl objects.
final
nextToken String?
If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.
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