ListDomainsResponse class

The ListDomains response includes the following elements.

Constructors

ListDomainsResponse({required List<DomainSummary> domains, String? nextPageMarker})
ListDomainsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

domains List<DomainSummary>
A summary of domains.
final
hashCode int
The hash code for this object.
no setterinherited
nextPageMarker String?
If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.
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