GoogleCloudOrgpolicyV2ListCustomConstraintsResponse constructor

GoogleCloudOrgpolicyV2ListCustomConstraintsResponse({
  1. List<GoogleCloudOrgpolicyV2CustomConstraint>? customConstraints,
  2. String? nextPageToken,
})

Implementation

GoogleCloudOrgpolicyV2ListCustomConstraintsResponse({
  this.customConstraints,
  this.nextPageToken,
});