ListProfilesResponse class

ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.

Constructors

ListProfilesResponse({String? nextPageToken, List<Profile>? profiles, int? skippedProfiles})
ListProfilesResponse.fromJson(Map json_)

Properties

hashCode → int
The hash code for this object.
no setterinherited
nextPageToken ↔ String?
Token to receive the next page of results.
getter/setter pair
profiles ↔ List<Profile>?
List of profiles fetched.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
skippedProfiles ↔ int?
Number of profiles that were skipped in the current page since they were not able to be fetched successfully.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited