GoogleCloudApigeeV1ListSecurityReportsResponse class
The response for SecurityReports.
Constructors
-
GoogleCloudApigeeV1ListSecurityReportsResponse({String? nextPageToken, List<
GoogleCloudApigeeV1SecurityReport> ? securityReports}) - GoogleCloudApigeeV1ListSecurityReportsResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken ↔ String?
-
If the number of security reports exceeded the page size requested, the
token can be used to fetch the next page in a subsequent call.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityReports
↔ List<
GoogleCloudApigeeV1SecurityReport> ? -
The security reports belong to requested resource name.
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