GoogleCloudPolicyanalyzerV1QueryActivityResponse constructor

GoogleCloudPolicyanalyzerV1QueryActivityResponse({
  1. List<GoogleCloudPolicyanalyzerV1Activity>? activities,
  2. String? nextPageToken,
})

Implementation

GoogleCloudPolicyanalyzerV1QueryActivityResponse({
  this.activities,
  this.nextPageToken,
});