GoogleCloudApigeeV1ComputeEnvironmentScoresRequest constructor
GoogleCloudApigeeV1ComputeEnvironmentScoresRequest({
- List<
GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter> ? filters, - int? pageSize,
- String? pageToken,
- GoogleTypeInterval? timeRange,
Implementation
GoogleCloudApigeeV1ComputeEnvironmentScoresRequest({
this.filters,
this.pageSize,
this.pageToken,
this.timeRange,
});