SearchNetworkProfilesResponse class

Constructors

SearchNetworkProfilesResponse({List<NetworkProfileData>? networkProfiles, String? nextToken, int? totalCount})
SearchNetworkProfilesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
networkProfiles List<NetworkProfileData>?
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
final
nextToken String?
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int?
The total number of network profiles returned.
final

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