GoogleCloudOrgpolicyV2ListConstraintsResponse constructor

GoogleCloudOrgpolicyV2ListConstraintsResponse({
  1. List<GoogleCloudOrgpolicyV2Constraint>? constraints,
  2. String? nextPageToken,
})

Implementation

GoogleCloudOrgpolicyV2ListConstraintsResponse({
  this.constraints,
  this.nextPageToken,
});