ListIPSetsResponse class

Constructors

ListIPSetsResponse({List<IPSetSummary>? iPSets, String? nextMarker})
ListIPSetsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
iPSets List<IPSetSummary>?
An array of IPSetSummary objects.
final
nextMarker String?
To list more IPSet objects, submit another ListIPSets request, and in the next request use the NextMarker response value as the NextMarker value.
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