ListLogScopesResponse class

The response from ListLogScopes.

Every project has a _Default log scope that cannot be modified or deleted.

Constructors

ListLogScopesResponse({List<LogScope>? logScopes, String? nextPageToken})
ListLogScopesResponse.fromJson(Map json_)

Properties

hashCode → int
The hash code for this object.
no setterinherited
logScopes ↔ List<LogScope>?
A list of log scopes.
getter/setter pair
nextPageToken ↔ String?
If there might be more results than appear in this response, then nextPageToken is included.
getter/setter pair
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
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

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