GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest class
Request for BatchComputeSecurityAssessmentResults.
Constructors
- GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest({GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray? include, GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll? includeAllResources, int? pageSize, String? pageToken, String? profile, String? scope})
- GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- include ↔ GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray?
-
Include only these resources.
getter/setter pair
- includeAllResources ↔ GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll?
-
Include all resources under the scope.
getter/setter pair
- pageSize ↔ int?
-
The maximum number of results to return.
getter/setter pair
- pageToken ↔ String?
-
A page token, received from a previous
BatchComputeSecurityAssessmentResults
call.getter/setter pair - profile ↔ String?
-
Name of the profile that is used for computation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ String?
-
Scope of the resources for the computation.
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